We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea697d commit 1d7ac86Copy full SHA for 1d7ac86
1 file changed
.github/workflows/cmake-build.yml
@@ -25,4 +25,4 @@ jobs:
25
run: cmake -S . -B build -G "Visual Studio 17 2022"
26
27
- name: Build with MSVC
28
- run: cmake --build build --config MinSizeRel
+ run: cmake --build build --config Release --target ALL_BUILD -j 14 --
0 commit comments