diff options
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ steps: commands: - apt-get update - apt-get install --yes libsodium-dev - - cargo install cargo-all-features + - cargo install -f cargo-all-features - cd netapp - cargo build-all-features - cargo build --example fullmesh |