Skip to content

Commit

Permalink
Add libudev to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aecsocket committed Oct 23, 2023
1 parent b1ec11c commit 898675b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: |
sudo apt-get install -y libasound2-dev
cargo test --workspace --all-features
- run: sudo apt-get install -y libasound2-dev libudev-dev
- run: cargo test --workspace --all-features

0 comments on commit 898675b

Please sign in to comment.