From 6d78aa2a21271558df02382b0c19e803b4bf4e42 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Wed, 7 Aug 2024 18:41:08 +0200 Subject: [PATCH] Update .github/workflows/i386.yml --- .github/workflows/i386.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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