Workflow: Install git
This commit is contained in:
parent
09d72ce3a7
commit
f418bb8543
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue