From 72d02477d5285fd3296465b4825a094b51576151 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Wed, 7 Aug 2024 19:52:51 +0200 Subject: [PATCH] Update .github/workflows/lto.yml --- .github/workflows/lto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lto.yml b/.github/workflows/lto.yml index 0baabfe3c..69d5da31d 100644 --- a/.github/workflows/lto.yml +++ b/.github/workflows/lto.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