From 9978254e5d91e1f16ebaf09c365662b622bad8dc Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 11 Oct 2025 15:53:54 -0400 Subject: [PATCH] removing container related stuff to attempt on docker again for the heck of it --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4cd4692..a52d339 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,11 +11,6 @@ on: - "**.md" pull_request: workflow_dispatch: # allow manually triggering builds -container: - cap_add: - - CAP_SYS_ADMIN - 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 }}