Skip to content

Commit 45b4ccf

Browse files
authored
Update ci.yml
1 parent b57663b commit 45b4ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
-DLLVM_USE_LINKER=lld \
238238
-DLLVM_BUILD_TESTS=OFF \
239239
../llvm
240-
cmake --build . --target clang clang-repl --parallel ${{ env.ncpus }}
240+
cmake --build . --target clang --parallel ${{ env.ncpus }}
241241
cmake --build . --target cling --parallel ${{ env.ncpus }}
242242
cmake --build . --target openmp --parallel ${{ env.ncpus }}
243243
make clean -j ${{ env.ncpus }}

0 commit comments

Comments
 (0)