ci: privileged container
Some checks failed
CI / build (pull_request) Failing after 2m51s

This commit is contained in:
2025-12-25 14:45:53 +01:00
parent a216afe27e
commit d5001e9ccf

View File

@@ -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: |