chore(build): add dependency to CI build config
This commit is contained in:
parent
2a7377c724
commit
5bdf5d4084
|
@ -7,5 +7,7 @@ steps:
|
|||
- name: cargo test
|
||||
image: rust:latest
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y libudev-dev
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
Loading…
Reference in New Issue