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 }}