Update .gitlab-ci.yml

This commit is contained in:
Black Hat 2018-10-14 07:54:47 +00:00
parent 92192b6203
commit 3cc24c4815
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ build-appimage:
stage: build stage: build
before_script: before_script:
- apt-get update - apt-get update
- apt-get install software-properties-common - apt-get install software-properties-common -y
- 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
- apt-get -y install qt511base qt511graphicaleffects qt511multimedia qt511quickcontrols2 git wget - apt-get -y install qt511base qt511graphicaleffects qt511multimedia qt511quickcontrols2 git wget