Skip to content

Commit 0f0d7fc

Browse files
committed
install libasound
1 parent 994a5bc commit 0f0d7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install system dependencies
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get install -y libdbus-1-dev pkg-config
21+
sudo apt-get install -y libdbus-1-dev libasound2-dev pkg-config
2222
2323
- name: Install Rust toolchain
2424
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)