Skip to content

Commit

Permalink
ug
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Nov 4, 2024
1 parent ee59d35 commit d9a1fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
curl https://apt.llvm.org/llvm-snapshot.gpg.key | gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/llvm-snapshot.gpg
sudo apt-get update
sudo apt-get -qq remove 'clang-*'
sudo apt-get install lld clang clang-tools clang-tidy clang-format -y
sudo apt-get install lld-19 clang-19 clang-tools-19 clang-tidy-19 clang-format-19 -y
- name: Install Rust (nightly)
uses: dtolnay/rust-toolchain@nightly
Expand Down

0 comments on commit d9a1fde

Please sign in to comment.