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 2d7ff13 commit 4937aa2Copy full SHA for 4937aa2
.github/workflows/cmake.yml
@@ -231,7 +231,7 @@ jobs:
231
232
- name: Configure CMake
233
working-directory: ${{github.workspace}}
234
- run: cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_FLAGS="/EHsc /Zm1500 /bigobj"
+ run: cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_CXX_FLAGS="/EHsc /Zm1500 /bigobj"
235
236
- name: Build
237
0 commit comments