Skip to content

Commit d7b0982

Browse files
Update rust.yml
1 parent f08733a commit d7b0982

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- name: Build
2020
run: |
21-
sudo apt-get update
22-
sudo apt-get -y install libasound2
21+
find / -name 'alsa.pc'
2322
cargo build --verbose
2423
- name: Run tests
2524
run: cargo test --verbose

0 commit comments

Comments
 (0)