Skip to content

Commit 749775b

Browse files
authored
Merge branch 'main' into Windows-shared-library
2 parents a56ed87 + 2c42ebd commit 749775b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
-DLLVM_ENABLE_LIBXML2=OFF \
234234
-G Ninja \
235235
../llvm
236-
ninja clang clang-repl -j ${{ env.ncpus }}
236+
ninja clang clangInterpreter clangStaticAnalyzerCore -j ${{ env.ncpus }}
237237
fi
238238
cd ../
239239
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")

0 commit comments

Comments
 (0)