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