fix drone

This commit is contained in:
Alex 2021-02-08 15:02:03 +01:00
parent 536bbb2277
commit 9a8b387bb0
1 changed files with 1 additions and 1 deletions

View File

@ -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