From b580c8d43907d94966f4c494e6772392c116b3a6 Mon Sep 17 00:00:00 2001 From: Gulliver Date: Thu, 18 Nov 2021 00:11:28 +0100 Subject: [PATCH] +apt update --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index a0a1c4a..7e31537 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ steps: - name: submodules image: ubuntu:focal commands: + - apt-get -y update - apt-get -y install git - git submodule update --init --recursive @@ -42,6 +43,7 @@ steps: - name: submodules image: ubuntu:focal commands: + - apt-get -y update - apt-get -y install git - git submodule update --init --recursive