From ae9ca25252eebed263fa3d315736b56772e5ca9d Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Sat, 8 Nov 2025 17:14:31 +0000 Subject: [PATCH] chore(ci): handle shortage of space on push the push/sign job is running out of space, but this should help --- .github/workflows/reusable-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index de85c30..c094079 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -331,6 +331,9 @@ jobs: - "-nvidia" - "" steps: + - name: Mount BTRFS for podman storage + uses: ublue-os/container-storage-action@main + - name: Set matrix environment variables shell: bash run: |