diff --git a/.drone.yml b/.drone.yml index e304ae4..d8799bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,5 +18,6 @@ steps: pull: true errignore: true commands: + - apt-get update && apt-get install -y cmake - cargo test --all - cargo build