Update .gitlab-ci.yml
parent
d109c19afa
commit
0d629f4100
|
@ -6,7 +6,7 @@ build_linux :
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install git
|
- apt install -y git
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- pip install shiv
|
- pip install shiv
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue