chore: add libudev-dev as a CI build dependency

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-01-27 23:43:48 -06:00
parent a993ebd430
commit 7b56b8a437
1 changed files with 2 additions and 1 deletions

View File

@ -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
- cargo test --verbose --all