Skip to content

Commit aef60c8

Browse files
authored
Update Windows.yml
1 parent 0f132d0 commit aef60c8

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
@@ -191,7 +191,7 @@ jobs:
191191
-DLLVM_BUILD_LLVM_DYLIB=On `
192192
-DLLVM_LINK_LLVM_DYLIB=On `
193193
-DCLANG_LINK_CLANG_DYLIB=On -DCMAKE_ASM_MASM_COMPILER=llvm-ml -DCMAKE_ASM_MASM_FLAGS="-m64" ..\llvm
194-
cmake --build . --config RelWithDebInfo --target clang clang-repl clangInterpreter --parallel ${{ env.ncpus }}
194+
cmake --build . --config RelWithDebInfo --target clang clangInterpreter --parallel ${{ env.ncpus }}
195195
}
196196
cd ..\
197197
rm -r -force $(find.exe . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")

0 commit comments

Comments
 (0)