Skip to content

Commit

Permalink
Fix llvm installation for pages and clippy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Jul 20, 2024
1 parent 93ad9d1 commit c4a452a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 18
sudo ./llvm.sh 18 all
sudo apt install libpolly-18-dev libz-dev
- name: Run Clippy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 18
sudo ./llvm.sh 18 all
sudo apt install libpolly-18-dev libz-dev
- name: Install mdBook
run: cargo install mdbook
Expand Down

0 comments on commit c4a452a

Please sign in to comment.