Skip to content

Commit f4c355e

Browse files
evelikovXinfengZhang
authored andcommitted
ci: install-clang.sh: install the requested version
Signed-off-by: Emil Velikov <[email protected]>
1 parent 56fb884 commit f4c355e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-clang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ if ! which $CC >/dev/null 2>&1; then
2727
echo "clang-$llvm_version missed in the image, installing from llvm"
2828
echo "$sources" | sudo tee -a /etc/apt/sources.list
2929
sudo apt-get update
30-
sudo apt-get install -y --no-install-recommends clang-15
30+
sudo apt-get install -y --no-install-recommends clang-$llvm_version
3131
fi
3232

0 commit comments

Comments
 (0)