diff --git a/.drone.yml b/.drone.yml index 8df611bc..ca4573ec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,6 @@ pipeline: image: rust:buster commands: - apt-get update - - apt-get install libsodium-dev + - apt-get install --yes libsodium-dev - cargo build