chore: add libudev-dev as a CI build dependency
This commit is contained in:
parent
a993ebd430
commit
7b56b8a437
|
@ -9,5 +9,6 @@ steps:
|
|||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y libasound2-dev
|
||||
- apt-get install -y libudev-dev
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
Loading…
Reference in New Issue