chore: add libalsaplayer-dev as CI dependency
This commit is contained in:
parent
a4428c2fe5
commit
999b152bd0
|
@ -7,5 +7,7 @@ steps:
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
image: rust:1.49
|
image: rust:1.49
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y libalsaplayer-dev
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
Loading…
Reference in New Issue