apt update

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

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 update
- apt install git - apt install git
- git submodule init - git submodule init
- git submodule update --recursive --remote - git submodule update --recursive --remote