diff options
Diffstat (limited to '.gitlab-ci.yml')
-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 7cc4fa0..c4af88d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ build-job: # This job runs in the build stage, which runs first. script: - apk add flatpak - apk add flatpak-builder + - chmod u+s /usr/bin/bwrap - flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - flatpak install -y org.freedesktop.Sdk/x86_64/21.08 - flatpak install -y org.freedesktop.Platform/x86_64/21.08 |