We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760bbe3 commit f08733aCopy full SHA for f08733a
.github/workflows/rust.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build
20
run: |
21
sudo apt-get update
22
- sudo apt-get -y install alsa-lib
+ sudo apt-get -y install libasound2
23
cargo build --verbose
24
- name: Run tests
25
run: cargo test --verbose
0 commit comments