From de6701227d415cd8cf04ff8956b354eb7ec742ad Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 14 Oct 2018 03:21:09 +0000 Subject: [PATCH] Add FUSE. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc3036853..f189eb1df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ build-appimage: stage: build before_script: - sudo apt-get update - - sudo apt-get install -y wget libpulse-dev + - sudo apt-get install -y wget libpulse-dev fuse - 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