We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bebdff commit 872e189Copy full SHA for 872e189
.github/workflows/cmake-build.yml
@@ -21,11 +21,8 @@ jobs:
21
with:
22
cmake-version: '3.21.3'
23
24
- - name: Install Ninja
25
- run: choco install ninja -y
26
-
27
- name: Configure with CMake
28
- run: cmake -S . -B build -G Ninja -DCMAKE_C_COMPILER=clang
+ run: cmake -S . -B build -G "Visual Studio 17 2022"
29
30
- - name: Build with Ninja
31
- run: cmake --build build --config Release -j 14
+ - name: Build with MSVC
+ run: cmake --build build --config MinSizeRel
0 commit comments