install git

This commit is contained in:
Felix Ableitner 2021-10-13 12:59:33 +02:00
parent db432f2ce1
commit 684ee5b3c3

View file

@ -5,6 +5,7 @@ steps:
- name: check documentation build - name: check documentation build
image: rust:1.49-slim-buster image: rust:1.49-slim-buster
commands: commands:
- apt install git
- git submodule init - git submodule init
- git submodule update --recursive --remote - git submodule update --recursive --remote
- ./build.sh - ./build.sh