Skip to content

Commit

Permalink
ci: found the magic invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed May 16, 2024
1 parent 8ed1665 commit 4bdb5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install libudev-dev alsa
sudo apt install libudev-dev libasound2-dev
- run: |
cargo clippy --all-targets
cargo clippy --target wasm32-unknown-unknown
Expand Down

0 comments on commit 4bdb5fe

Please sign in to comment.