Skip to content

Commit

Permalink
[ci] fix installation of clang-18 (fixes #6306) (#6307)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Feb 10, 2024
1 parent 7435cd8 commit ecfdc76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/install-clang-devel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
# ref: https://apt.llvm.org/
add-apt-repository -y "deb http://apt.llvm.org/unstable/ llvm-toolchain main"
add-apt-repository -y "deb-src http://apt.llvm.org/unstable/ llvm-toolchain main"
add-apt-repository -y "deb http://apt.llvm.org/unstable/ llvm-toolchain-${CLANG_VERSION} main" || true
add-apt-repository -y "deb-src http://apt.llvm.org/unstable/ llvm-toolchain-${CLANG_VERSION} main" || true
apt-get update -y

apt-get install -y --no-install-recommends \
clang-${CLANG_VERSION} \
Expand Down

0 comments on commit ecfdc76

Please sign in to comment.