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