diff --git a/.drone.yml b/.drone.yml index 36ab42f..41fd431 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,7 @@ steps: image: debian:stable commands: - apt update && apt upgrade -y - - apt install curl gcc + - apt install -y curl gcc - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - . $HOME/.cargo/env - cd /artifacts