diff --git a/.drone.yml b/.drone.yml index 0ee91cb..f12b58d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,8 @@ name: default steps: - name: cargo test image: rust:latest - commands: + commands: + - apt-get update + - apt-get install -y libudev-dev - cargo build --verbose --all - cargo test --verbose --all \ No newline at end of file