Skip to content

Commit

Permalink
ci: fix GitHub actions
Browse files Browse the repository at this point in the history
- Add step to install cargo-llvm-cov in GitHub Actions workflow
  • Loading branch information
ShenMian committed Jan 22, 2025
1 parent 3e8dcfd commit 1b0c355
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev

Expand Down

0 comments on commit 1b0c355

Please sign in to comment.