We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994a5bc commit 0f0d7fcCopy full SHA for 0f0d7fc
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install system dependencies
19
run: |
20
sudo apt-get update
21
- sudo apt-get install -y libdbus-1-dev pkg-config
+ sudo apt-get install -y libdbus-1-dev libasound2-dev pkg-config
22
23
- name: Install Rust toolchain
24
uses: dtolnay/rust-toolchain@stable
0 commit comments