diff options
author | Alex Auvolat <alex@adnab.me> | 2021-02-08 15:02:03 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-02-08 15:02:03 +0100 |
commit | 9a8b387bb01cbf6e2663e1d205e24e31c39ad431 (patch) | |
tree | 5e8fe6c8bfefbf631cfebe0ae04aed54d5ba9717 | |
parent | 536bbb22775539a2fb615bca71d665fac4379736 (diff) | |
download | garage-9a8b387bb01cbf6e2663e1d205e24e31c39ad431.tar.gz garage-9a8b387bb01cbf6e2663e1d205e24e31c39ad431.zip |
fix drone
-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 |