Attempt with prvileged: true

This commit is contained in:
2025-10-12 19:30:09 -04:00
committed by eriq12
parent f49a7f04c8
commit 62805ea6cc

View File

@@ -11,6 +11,8 @@ on:
- "**.md"
pull_request:
workflow_dispatch: # allow manually triggering builds
container:
privileged: true
concurrency:
# only run one build at a time
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}