This commit is contained in:
Felix Ableitner 2021-10-13 13:00:31 +02:00
parent 6c487284c1
commit 8c2a5b0c4d

View file

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