chore: add libalsaplayer-dev as CI dependency

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-01-27 23:11:18 -06:00
parent a4428c2fe5
commit 999b152bd0
1 changed files with 2 additions and 0 deletions

View File

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