From 83825e2360caedcde1faa22921e13e1a2db8f260 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 11 Oct 2025 13:48:25 -0400 Subject: [PATCH] test on host network mode --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f60c10..c0c6f67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,7 @@ container: - CAP_SYS_ADMIN devices: - "/dev/fuse:/dev/fuse" + network_mode: "host" concurrency: # only run one build at a time group: ${{ github.workflow }}-${{ github.ref || github.run_id }}