Update .gitlab-ci.yml

main
mpgn 2021-11-18 15:39:44 +00:00
parent d109c19afa
commit 0d629f4100
1 changed files with 1 additions and 1 deletions

View File

@ -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: