mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-19 13:17:42 +02:00
fix: Add llvm package to provide llvm-profdata and llvm-cov
The clang package alone doesn't provide llvm-profdata and llvm-cov tools. Add explicit llvm package to ensure these tools are available. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7db56c5661
commit
16b998458f
1 changed files with 1 additions and 0 deletions
1
.github/scripts/setup.sh
vendored
1
.github/scripts/setup.sh
vendored
|
|
@ -12,6 +12,7 @@ sudo apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
|
|||
binfmt-support \
|
||||
build-essential \
|
||||
clang \
|
||||
llvm \
|
||||
cppcheck \
|
||||
docbook-xml \
|
||||
eatmydata \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue