Skip to content

Commit

Permalink
update llvm repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Dec 21, 2024
1 parent d0eb2db commit c7303f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +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
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 c7303f4

Please sign in to comment.