From f69e6d92675a4fc5b9a8861ed2a93feef12edb4e Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 14 Oct 2018 02:31:22 +0000 Subject: [PATCH] Fix AppImage. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d107f821..a1b1e1605 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ build-appimage: image: rabits/qt:5.11-desktop stage: build before_script: + - apt-get install wget - git submodule update --init --recursive - wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage - chmod +x linuxdeployqt-continuous-x86_64.AppImage