diff options
author | Alex Auvolat <alex@adnab.me> | 2021-03-15 13:03:23 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-03-15 13:03:23 +0100 |
commit | 90f8fb28361cba1087a0e608e8a8deb6abb5bd39 (patch) | |
tree | 9d8bda184613aa72bee8bd806ca4a52f599cf7ec | |
parent | a1892a95a629dc28edd2c2b162514466073286c6 (diff) | |
download | netapp-90f8fb28361cba1087a0e608e8a8deb6abb5bd39.tar.gz netapp-90f8fb28361cba1087a0e608e8a8deb6abb5bd39.zip |
-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 |