We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ad951 commit 929e02dCopy full SHA for 929e02d
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Build
33
working-directory: ${{github.workspace}}/build
34
- run: cmake --build . --config $BUILD_TYPE -j $(nproc)
+ run: cmake --build . -j $(nproc)
35
36
build-msvc:
37
runs-on: windows-latest
@@ -47,7 +47,7 @@ jobs:
47
48
run: |
49
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
50
- cmake .. -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -A Win32
+ cmake .. -A Win32
51
52
53
shell: cmd
0 commit comments