about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorcharadon <charadon@iotib.net>2022-05-31 04:10:47 +0000
committercharadon <charadon@iotib.net>2022-05-31 04:10:47 +0000
commit2360e98aadf15710576c6a8d0fe0bb6225b1914d (patch)
tree361d7539bed0216c3b86ebca793e9ef3e546d9a8
parent28f06c9370d1605795abc8f7f7ac6307ebd22d6b (diff)
downloadPong-C-2360e98aadf15710576c6a8d0fe0bb6225b1914d.tar.gz
Update .gitlab-ci.yml file
-rw-r--r--.gitlab-ci.yml1
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