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