Skip to content

Commit f08733a

Browse files
Update rust.yml
1 parent 760bbe3 commit f08733a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build
2020
run: |
2121
sudo apt-get update
22-
sudo apt-get -y install alsa-lib
22+
sudo apt-get -y install libasound2
2323
cargo build --verbose
2424
- name: Run tests
2525
run: cargo test --verbose

0 commit comments

Comments
 (0)