From 46c4ec2c0ce5f2832f7e2efea2c9503693c934d2 Mon Sep 17 00:00:00 2001 From: BeatLink Date: Tue, 23 Jul 2019 23:00:36 -0500 Subject: [PATCH] fix flatpak build >:( --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 231ef3d..d3c3d44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ Build Linux Packages: stage: Linux-Build script: - cd browser/linux + - apt-get update - apt-get install -y wget - wget http://security.ubuntu.com/ubuntu/pool/main/b/bubblewrap/bubblewrap_0.2.1-1ubuntu0.1_amd64.deb - dpkg -i ./bubblewrap_0.2.1-1ubuntu0.1_amd64.deb