Skip to content

Commit

Permalink
fix: add llvm-symbolizer package
Browse files Browse the repository at this point in the history
  • Loading branch information
eredotpkfr committed Nov 8, 2024
1 parent 5b80265 commit f60b159
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: Swatinem/rust-cache@v2

- name: Install llvm-symbolizer
run: |
sudo apt-get update -y
sudo apt-get install -y gnupg curl
curl -fsSL https://apt.llvm.org/llvm.sh | sudo bash
sudo apt-get install llvm-symbolizer llvm lld -y
- name: Generate code coverage
run: |
cargo +nightly llvm-cov \
Expand Down

0 comments on commit f60b159

Please sign in to comment.