Skip to content

Commit

Permalink
Fix the llvm installation for code coverage workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Jul 20, 2024
1 parent 6ec022e commit 93ad9d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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
- uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 93ad9d1

Please sign in to comment.