From 2480e7bdca188d624472f19bdb5ca41d42c44acc Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 6 Dec 2025 10:43:58 -0500 Subject: [PATCH] ci(homebrew): free runner space on Linux --- .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 82ba121669f..d8b1d1e8d82 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