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