diff options
author | charadon <charadon@iotib.net> | 2022-05-31 04:22:24 +0000 |
---|---|---|
committer | charadon <charadon@iotib.net> | 2022-05-31 04:22:24 +0000 |
commit | 35bd7f4a3f0f43c6099dcbd7315d934aa57fdd0b (patch) | |
tree | 005a7ad5af603f5578fdb2ef148e94d84aae0471 /.gitlab-ci.yml | |
parent | fc4dbe4389975d2366a2ece6ac5d914fa35ff49f (diff) | |
download | Pong-C-35bd7f4a3f0f43c6099dcbd7315d934aa57fdd0b.tar.gz |
Update .gitlab-ci.yml file
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a48d8c..c3789a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +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 + - sysctl kernel.unprivileged_userns_clone - 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 |