Skip to content

Commit 607f72c

Browse files
authoredSep 19, 2021
Adds libudev install in CI
1 parent a931e02 commit 607f72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Fix alsa-sys
17-
run: sudo apt install libasound2-dev
17+
run: sudo apt install libasound2-dev libudev-dev
1818
- uses: actions/checkout@v2
1919
- name: Run tests
2020
run: cargo test

0 commit comments

Comments
 (0)
Please sign in to comment.