Update .gitlab-ci.yml
This commit is contained in:
parent
a27476542e
commit
48bd7c2c43
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ build:
|
|||
image: ubuntu:latest
|
||||
stage: build
|
||||
script:
|
||||
- apt update && sudo apt install build-essential
|
||||
- apt update && apt install build-essential
|
||||
- make all
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue