We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fb884 commit f4c355eCopy full SHA for f4c355e
.github/workflows/install-clang.sh
@@ -27,6 +27,6 @@ if ! which $CC >/dev/null 2>&1; then
27
echo "clang-$llvm_version missed in the image, installing from llvm"
28
echo "$sources" | sudo tee -a /etc/apt/sources.list
29
sudo apt-get update
30
- sudo apt-get install -y --no-install-recommends clang-15
+ sudo apt-get install -y --no-install-recommends clang-$llvm_version
31
fi
32
0 commit comments