diff options
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |