From c4eceb803f1cf548145e2526d25677a6891ad2ca Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 12 Oct 2025 16:35:41 -0400 Subject: [PATCH] remove addition of socket to build.yml --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e33ae9..a52d339 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,9 +11,6 @@ on: - "**.md" pull_request: workflow_dispatch: # allow manually triggering builds -container: - volumes: - - /run/user/1000/podman/podman.sock:/var/run/docker.sock:z concurrency: # only run one build at a time group: ${{ github.workflow }}-${{ github.ref || github.run_id }}