Merge branch 'cmake' of https://github.com/eszlari/olive into eszlari-cmake

This commit is contained in:
itsmattkc
2021-03-22 14:22:10 +11:00
4 changed files with 21 additions and 27 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ jobs:
working-directory: ${{ runner.workspace }}/build
run: |
PATH=$GITHUB_WORKSPACE:$PATH \
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -G "${{ matrix.cmake-gen }}"
cmake $GITHUB_WORKSPACE -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -G "${{ matrix.cmake-gen }}"
- name: Build
working-directory: ${{ runner.workspace }}/build