Workflow: Install git

This commit is contained in:
Dorian Zedler 2022-05-12 17:40:10 +02:00
parent 09d72ce3a7
commit f418bb8543
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -3,7 +3,7 @@ build:
stage: build stage: build
script: script:
- apt-get update - apt-get update
- apt-get install -y build-essential - apt-get install -y build-essential git
- make all - make all
artifacts: artifacts:
paths: paths: