chore: replace libalsaplayer-dev with libasound2-dev in drone CI
This commit is contained in:
parent
999b152bd0
commit
ee2c4d6e5d
|
@ -8,6 +8,6 @@ steps:
|
||||||
image: rust:1.49
|
image: rust:1.49
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y libalsaplayer-dev
|
- apt-get install -y libasound2-dev
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
Loading…
Reference in New Issue