Skip to content

Commit

Permalink
ci: trixie: add missing clang-tools-19 from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 9, 2025
1 parent f87a6de commit 3c9310d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/trixie.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $SUDO apt-get install -qq --force-yes \
build-essential binutils cmake \
libasound2-dev \
ninja-build \
clang-$CLANG_VERSION lld-$CLANG_VERSION libclang-$CLANG_VERSION-dev llvm-$CLANG_VERSION-dev \
clang-$CLANG_VERSION lld-$CLANG_VERSION libclang-$CLANG_VERSION-dev llvm-$CLANG_VERSION-dev clang-tools-$CLANG_VERSION \
libfftw3-dev \
libsuil-dev liblilv-dev lv2-dev \
libdrm-dev libgbm-dev \
Expand Down

0 comments on commit 3c9310d

Please sign in to comment.