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 d7b0982 commit 421451fCopy full SHA for 421451f
.github/workflows/rust.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
19
- name: Build
20
run: |
21
- find / -name 'alsa.pc'
+ sudo apt install libasound2-dev
22
cargo build --verbose
23
- name: Run tests
24
run: cargo test --verbose
0 commit comments