diff options
author | charadon <charadon@iotib.net> | 2022-05-31 04:12:47 +0000 |
---|---|---|
committer | charadon <charadon@iotib.net> | 2022-05-31 04:12:47 +0000 |
commit | fc4dbe4389975d2366a2ece6ac5d914fa35ff49f (patch) | |
tree | f9824181f23ede46ba05f182883df8a078bb3537 | |
parent | 2360e98aadf15710576c6a8d0fe0bb6225b1914d (diff) | |
download | Pong-C-fc4dbe4389975d2366a2ece6ac5d914fa35ff49f.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 c4af88d..5a48d8c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ build-job: # This job runs in the build stage, which runs first. - apk add flatpak - apk add flatpak-builder - chmod u+s /usr/bin/bwrap + - sysctl kernel.unprivileged_userns_clone=1 - 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 |