From 7a3c9b9041a8a410a53f9a4defeaa099a1772f7d Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 14 Oct 2018 07:46:24 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f451da..9c6bbe0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ build-appimage: image: ubuntu:bionic stage: build before_script: + - apt-get install software-properties-common - add-apt-repository ppa:beineri/opt-qt-5.11.1-bionic -y - apt-get update -qq - apt-get -y install qt511base qt511graphicaleffects qt511multimedia qt511quickcontrols2 git wget