Skip to content

Commit 9a7c28b

Browse files
committed
up
1 parent 16d4898 commit 9a7c28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
clang_version="18"
4848
sudo apt-get update
4949
sudo apt-get install -y gnupg software-properties-common lsb-release
50-
wget -qO- https://apt.llvm.org/llvm.sh | bash -s -- $clang_version
50+
wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- $clang_version
5151
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-$clang_version 100
5252
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-$clang_version 100
5353
# Build and upload the archives

0 commit comments

Comments
 (0)