Skip to content

Commit 872e189

Browse files
committed
switch to msvc
1 parent 0bebdff commit 872e189

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/cmake-build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ jobs:
2121
with:
2222
cmake-version: '3.21.3'
2323

24-
- name: Install Ninja
25-
run: choco install ninja -y
26-
2724
- name: Configure with CMake
28-
run: cmake -S . -B build -G Ninja -DCMAKE_C_COMPILER=clang
25+
run: cmake -S . -B build -G "Visual Studio 17 2022"
2926

30-
- name: Build with Ninja
31-
run: cmake --build build --config Release -j 14
27+
- name: Build with MSVC
28+
run: cmake --build build --config MinSizeRel

0 commit comments

Comments
 (0)