Skip to content

Commit 992e3b5

Browse files
committed
try nmake instead of ninja
1 parent 696c21f commit 992e3b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
run: |
3636
if (!(Test-Path "bin")) { mkdir bin }
3737
cd bin
38-
cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache ../
39-
ninja -d explain
38+
cmake -G "NMake Makefiles" -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache ../
39+
nmake
4040
env:
4141
SCCACHE_GHA_ENABLED: "true"
4242

0 commit comments

Comments
 (0)