Skip to content

Commit 74c5916

Browse files
authored
Reduce MacOS llvm cache (#465)
1 parent 54c9482 commit 74c5916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MacOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
-DLLVM_ENABLE_LIBXML2=OFF \
257257
-G Ninja \
258258
../llvm
259-
ninja clang clang-repl -j ${{ env.ncpus }}
259+
ninja clang clangInterpreter clangStaticAnalyzerCore -j ${{ env.ncpus }}
260260
fi
261261
cd ../
262262
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")

0 commit comments

Comments
 (0)