diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3bc7c0c..ba4eaaa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,7 @@ jobs: runs-on: ubuntu-latest container: image: archlinux:latest + options: --privileged steps: - uses: actions/checkout@v4