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