From d5001e9ccf8181181b109aafac07f2eb7112661c Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Thu, 25 Dec 2025 14:45:53 +0100 Subject: [PATCH] ci: privileged container --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5063c40..d3f6164 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: --cap-add=SYS_ADMIN + options: --privileged --cap-add=SYS_ADMIN steps: - name: Set up container image run: |