From 62805ea6cc09711aa5033bc6ff7d1d7ccf535b90 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 12 Oct 2025 19:30:09 -0400 Subject: [PATCH] Attempt with prvileged: true --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a52d339..e48eaac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}