diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3f6164..2d20591 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest container: image: ubuntu:24.04 - options: --privileged --cap-add=SYS_ADMIN + options: --privileged --cap-add SYS_ADMIN --security-opt apparmor:unconfined steps: - name: Set up container image run: |