File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169169
170170 - name : Configure CMake
171171 working-directory : ${{github.workspace}}
172- run : cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
172+ run : cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=clang- cl -DCMAKE_CXX_COMPILER=clang- cl -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
173173
174174 - name : Build
175175 working-directory : ${{github.workspace}}
@@ -231,7 +231,7 @@ jobs:
231231
232232 - name : Configure CMake
233233 working-directory : ${{github.workspace}}
234- run : cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_CXX_FLAGS="/EHsc /Zm1500 /bigobj"
234+ run : cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=clang- cl -DCMAKE_CXX_COMPILER=clang- cl -DCMAKE_CXX_FLAGS="/EHsc /Zm1500 /bigobj"
235235
236236 - name : Build
237237 working-directory : ${{github.workspace}}
You can’t perform that action at this time.
0 commit comments