Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcxzyw authored Feb 4, 2025
1 parent 879480a commit 860bfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies (Linux)
run: |
wget -O- https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main"
sudo add-apt-repository "deb http://apt.llvm.org/noble/ llvm-toolchain-noble main"
sudo apt-get update
sudo apt-get install z3 re2c ninja-build clang-21 llvm-21-dev libgtest-dev
Expand Down

0 comments on commit 860bfc5

Please sign in to comment.