Try installing alsa library in CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alex Page 2022-01-27 17:27:01 -05:00
parent cddb5875ea
commit 9de199ae25

View file

@ -5,5 +5,7 @@ steps:
- name: test
image: rust
commands:
- apt-get update
- apt-get install -y libasound2-dev
- cargo build --verbose --all
- cargo test --verbose --all