Skip to content

Commit 2351a07

Browse files
authored
Update Windows.yml
1 parent efcea6d commit 2351a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
-DLLVM_BUILD_LLVM_DYLIB=On `
191191
-DLLVM_LINK_LLVM_DYLIB=On `
192192
-DCLANG_LINK_CLANG_DYLIB=On -DCMAKE_ASM_MASM_COMPILER=llvm-ml -DCMAKE_ASM_MASM_FLAGS="-m64" ..\llvm
193-
cmake --build . --config RelWithDebInfo --target clang clang-repl --parallel ${{ env.ncpus }}
193+
cmake --build . --config RelWithDebInfo --target clang clang-repl clangInterpreter --parallel ${{ env.ncpus }}
194194
}
195195
cd ..\
196196
rm -r -force $(find.exe . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")

0 commit comments

Comments
 (0)