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
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get install -y build-essential
|
||||
- apt-get install -y build-essential git
|
||||
- make all
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue