From fb939466b8f1750724ef4e9eb42432e6efc3a735 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 14 Oct 2018 08:07:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c7cafe..74cd520 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build-appimage: - apt-get install software-properties-common -y - add-apt-repository ppa:beineri/opt-qt-5.11.1-bionic -y - apt-get update - - apt-get install qt511base qt511graphicaleffects qt511multimedia qt511quickcontrols2 git wget -y + - apt-get install qt511-meta-full git wget -y - source /opt/qt*/bin/qt*-env.sh - wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" - chmod a+x linuxdeployqt-continuous-x86_64.AppImage