diff options
author | charadon <charadon@iotib.net> | 2022-05-31 04:10:47 +0000 |
---|---|---|
committer | charadon <charadon@iotib.net> | 2022-05-31 04:10:47 +0000 |
commit | 2360e98aadf15710576c6a8d0fe0bb6225b1914d (patch) | |
tree | 361d7539bed0216c3b86ebca793e9ef3e546d9a8 | |
parent | 28f06c9370d1605795abc8f7f7ac6307ebd22d6b (diff) | |
download | Pong-C-2360e98aadf15710576c6a8d0fe0bb6225b1914d.tar.gz |
Update .gitlab-ci.yml file
-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 |