We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a931e02 commit 607f72cCopy full SHA for 607f72c
.github/workflows/rust.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Fix alsa-sys
17
- run: sudo apt install libasound2-dev
+ run: sudo apt install libasound2-dev libudev-dev
18
- uses: actions/checkout@v2
19
- name: Run tests
20
run: cargo test
0 commit comments