Skip to content

Commit

Permalink
[ci] fixes for llvm 19 on debian
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 28, 2024
1 parent 6bf6f7f commit 9d737fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/bookworm.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source ci/common.setup.sh

$SUDO apt-get update -qq
$SUDO apt-get install -qq --force-yes wget
$SUDO apt-get install -qq --force-yes wget lsb-release software-properties-common gnupg
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
$SUDO ./llvm.sh 19
Expand Down

0 comments on commit 9d737fa

Please sign in to comment.