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