diff --git a/.github/workflows/cmake-build.yml b/.github/workflows/cmake-build.yml index d45ae084402..5c8c8e69924 100644 --- a/.github/workflows/cmake-build.yml +++ b/.github/workflows/cmake-build.yml @@ -57,7 +57,7 @@ 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: | @@ -65,7 +65,7 @@ jobs: 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: |