diff --git a/.drone.yml b/.drone.yml index 484e8a8..40a1dca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file