Skip to content

Commit

Permalink
type is 'system'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Apr 3, 2024
1 parent 1427ea4 commit 6f85301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ jobs:
mkdir -p build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release ${{ env.LIB }}
if: runner.os != 'Windows' && matrix.type == 'native'
if: runner.os != 'Windows' && matrix.type == 'system'

- name: Generate CMake build (native) (Windows)
run: |
mkdir -p build
cd build
cmake .. -G "Visual Studio 15 2017" ${{ env.LIB }}
shell: cmd
if: runner.os == 'Windows' && matrix.type == 'native'
if: runner.os == 'Windows' && matrix.type == 'system'

- name: Generate CMake build (conan) (POSIX)
run: |
Expand Down

0 comments on commit 6f85301

Please # to comment.