From 9e47161130706b3dc4b9ad8ae7749993ff863a4b Mon Sep 17 00:00:00 2001 From: b0xxer Date: Thu, 17 Apr 2025 09:15:12 -0500 Subject: [PATCH] Update .gitea/workflows/demo.yml --- .gitea/workflows/demo.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 8377f0d..ef5589f 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -7,7 +7,10 @@ jobs: runs-on: ubuntu-latest container: image: docker.gitea.com/runner-images:ubuntu-latest - options: --security-opt label=disable --security-opt seccomp=unconfined + options: + --security-opt label=disable + --security-opt seccomp=unconfined + --cap-add=SYS_ADMIN steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"