Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Dec 21, 2024
1 parent c7303f4 commit d997756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Install ninja
sudo apt-get install -y ninja-build
# Update clang to version 18
wget -qO- https://apt.llvm.org/llvm.sh | bash -s -- 18
wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 18
sudo apt-get install -y clang-18
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-18 100
Expand Down

0 comments on commit d997756

Please sign in to comment.