diff --git a/.github/workflows/i386.yml b/.github/workflows/i386.yml index c668f5d9e..b47bf919b 100644 --- a/.github/workflows/i386.yml +++ b/.github/workflows/i386.yml @@ -14,7 +14,7 @@ jobs: image: ghcr.io/pikaos-linux/pika-base-debian-container:latest volumes: - /proc:/proc - options: --privileged -it + options: --privileged -it --cap-add=sys_admin --cap-add mknod --device=/dev/fuse --security-opt seccomp=unconfined --security-opt label=disable steps: - uses: actions/checkout@v3