diff --git a/.drone.yml b/.drone.yml index 1bc7d0a..b0bb05a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: rust:1.49-slim-buster commands: - apt update - - apt install git + - apt install git --yes - git submodule init - git submodule update --recursive --remote - ./build.sh