diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-23 23:00:36 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-23 23:00:36 -0500 |
commit | 46c4ec2c0ce5f2832f7e2efea2c9503693c934d2 (patch) | |
tree | cce27ff9fd63f287418f0bef819c396fd045ab06 | |
parent | fix flatpak build (diff) | |
download | librewolf-linux-46c4ec2c0ce5f2832f7e2efea2c9503693c934d2.tar.gz librewolf-linux-46c4ec2c0ce5f2832f7e2efea2c9503693c934d2.tar.bz2 librewolf-linux-46c4ec2c0ce5f2832f7e2efea2c9503693c934d2.zip |
fix flatpak build >:(
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |