Try installing alsa library in CI
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cddb5875ea
commit
9de199ae25
1 changed files with 2 additions and 0 deletions
|
@ -5,5 +5,7 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y libasound2-dev
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
|
|
Loading…
Add table
Reference in a new issue