From f244192555b35480121d8f014e54df6f94b985f8 Mon Sep 17 00:00:00 2001 From: David Lane <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 6 Dec 2025 11:57:49 -0500 Subject: [PATCH] ci(homebrew): free runner space on Linux (#4477) --- .github/workflows/ci-homebrew.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci-homebrew.yml b/.github/workflows/ci-homebrew.yml index 82ba12166..d8b1d1e8d 100644 --- a/.github/workflows/ci-homebrew.yml +++ b/.github/workflows/ci-homebrew.yml @@ -48,6 +48,14 @@ jobs: os_name: "ubuntu" release: true steps: + - name: More space + if: runner.os == 'Linux' + uses: LizardByte/actions/actions/more_space@v2025.1028.23217 + with: + analyze-space-savings: true + clean-all: true + safe-packages: brew + - name: Checkout uses: actions/checkout@v6