Skip to content

Commit 7140b12

Browse files
committed
XXX: Debug
1 parent a01f7a3 commit 7140b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-post-commit-analyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# FIXME: We need to build all the generated header files in order to be able to run
7979
# the analyzer on every file. Building libLLVM and libclang is probably overkill for
8080
# this, but it's better than building every target.
81-
ninja -v -C build libLLVM.so libclang.so
81+
ninja -v -C build LLVMSupport
8282
8383
# Run the analyzer.
8484
python3 .github/workflows/ci-post-commit-analyzer-run.py build/compile_commands.json

0 commit comments

Comments
 (0)