From ccf6a3fb970fe0f22dccfb9d2bf3ba6e76c65a75 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Tue, 2 Dec 2025 05:37:47 +0000 Subject: [PATCH] Free more disk space in mac action --- .github/workflows/mac.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 12c8ebd18b..c4e8970006 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -74,6 +74,15 @@ jobs: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer + - name: Free up some disk space. + uses: hugoalh/disk-space-optimizer-ghaction@271735125a1b35180620eae7e45c2e9d470c31b0 + with: + general_include: ".+" + homebrew_prune: "True" + homebrew_clean: "True" + npm_prune: "True" + npm_clean: "True" + - name: ThirdParty cache. id: cache-third-party uses: actions/cache@v4