From 90f8fb28361cba1087a0e608e8a8deb6abb5bd39 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 15 Mar 2021 13:03:23 +0100 Subject: [PATCH] Fix drone ? --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b9777d0..7d36f33 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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