We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d4898 commit 9a7c28bCopy full SHA for 9a7c28b
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
clang_version="18"
48
sudo apt-get update
49
sudo apt-get install -y gnupg software-properties-common lsb-release
50
- wget -qO- https://apt.llvm.org/llvm.sh | bash -s -- $clang_version
+ wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- $clang_version
51
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-$clang_version 100
52
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-$clang_version 100
53
# Build and upload the archives
0 commit comments