diff --git a/.drone.yml b/.drone.yml index 5c2df3c..0937af6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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