git sinstall

This commit is contained in:
Gulliver 2021-11-18 00:10:20 +01:00
parent 12b7f299f9
commit 55577246e7

View File

@ -10,6 +10,7 @@ steps:
- name: submodules - name: submodules
image: ubuntu:focal image: ubuntu:focal
commands: commands:
- apt-get -y install git
- git submodule update --init --recursive - git submodule update --init --recursive
- name: build-and-test - name: build-and-test
@ -41,6 +42,7 @@ steps:
- name: submodules - name: submodules
image: ubuntu:focal image: ubuntu:focal
commands: commands:
- apt-get -y install git
- git submodule update --init --recursive - git submodule update --init --recursive
- name: build-and-test - name: build-and-test