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 696c21f commit 992e3b5Copy full SHA for 992e3b5
.github/workflows/main.yml
@@ -35,8 +35,8 @@ jobs:
35
run: |
36
if (!(Test-Path "bin")) { mkdir bin }
37
cd bin
38
- cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache ../
39
- ninja -d explain
+ cmake -G "NMake Makefiles" -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache ../
+ nmake
40
env:
41
SCCACHE_GHA_ENABLED: "true"
42
0 commit comments