Skip to content

Commit 4038265

Browse files
authored
Update Windows.yml
1 parent 2313dbc commit 4038265

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ jobs:
191191
-DLLVM_BUILD_LLVM_DYLIB=On `
192192
-DCMAKE_ASM_MASM_COMPILER=llvm-ml `
193193
-DCMAKE_ASM_MASM_FLAGS="-m64" `
194+
-DCMAKE_CXX_COMPILER=clang-cl `
195+
-DCMAKE_C_COMPILER=clang-cl `
194196
..\llvm
195197
cmake --build . --config Release --target clang clangInterpreter clangStaticAnalyzerCore --parallel ${{ env.ncpus }}
196198
}

0 commit comments

Comments
 (0)