aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
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