diff --git a/.github/workflows/cmake-build.yml b/.github/workflows/cmake-build.yml index 5c8c8e69924..2d81123dfaf 100644 --- a/.github/workflows/cmake-build.yml +++ b/.github/workflows/cmake-build.yml @@ -63,7 +63,7 @@ jobs: run: | mkdir -p build cd build - cmake .. -G "Visual Studio 15 2017" ${{ env.LIB }} + cmake .. ${{ env.LIB }} shell: cmd if: runner.os == 'Windows' && matrix.type == 'system'