Update .gitlab-ci.yml
This commit is contained in:
parent
7a3c9b9041
commit
92192b6203
|
@ -20,6 +20,7 @@ build-appimage:
|
||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get update
|
||||||
- apt-get install software-properties-common
|
- apt-get install software-properties-common
|
||||||
- add-apt-repository ppa:beineri/opt-qt-5.11.1-bionic -y
|
- add-apt-repository ppa:beineri/opt-qt-5.11.1-bionic -y
|
||||||
- apt-get update -qq
|
- apt-get update -qq
|
||||||
|
|
Loading…
Reference in New Issue