From 684ee5b3c30063b20b3d53fb664aff5b1bcb4625 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 13 Oct 2021 12:59:33 +0200 Subject: [PATCH] install git --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 3bec02f..6ca2212 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,7 @@ steps: - name: check documentation build image: rust:1.49-slim-buster commands: + - apt install git - git submodule init - git submodule update --recursive --remote - ./build.sh