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