chore: fix CI build errors
This commit is contained in:
parent
58b40d400c
commit
1db139f47f
|
@ -7,5 +7,8 @@ steps:
|
|||
- name: cargo test
|
||||
image: rust:1.49
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y libasound2-dev
|
||||
- apt-get install -y libdbus-1-dev
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
Loading…
Reference in New Issue