Skip to content

Commit 421451f

Browse files
Update rust.yml
1 parent d7b0982 commit 421451f

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
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- name: Build
2020
run: |
21-
find / -name 'alsa.pc'
21+
sudo apt install libasound2-dev
2222
cargo build --verbose
2323
- name: Run tests
2424
run: cargo test --verbose

0 commit comments

Comments
 (0)