From 3c03bbf8486a0028473809003aac5919d3a89482 Mon Sep 17 00:00:00 2001 From: Puechberty Arthur Date: Sat, 27 Jun 2026 01:40:01 +0200 Subject: [PATCH] privilege conteiner runner --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ecd0a4f..67d474c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,7 @@ jobs: runs-on: ubuntu-latest container: image: archlinux:latest + options: --privileged steps: - name: Checkout repository uses: actions/checkout@v4