chore: replace libalsaplayer-dev with libasound2-dev in drone CI

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-01-27 23:14:51 -06:00
parent 999b152bd0
commit ee2c4d6e5d
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ steps:
image: rust:1.49
commands:
- apt-get update
- apt-get install -y libalsaplayer-dev
- apt-get install -y libasound2-dev
- cargo build --verbose --all
- cargo test --verbose --all