From e9f0f4707c5adfc932a1307cee428ba4a33f9893 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:58:52 -0500 Subject: [PATCH] Remove homebrew cache, too large (~5GB) and most things we need are preinstalled Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- .github/actions/setup-caches/action.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/actions/setup-caches/action.yml b/.github/actions/setup-caches/action.yml index ad8926ef..efa648e9 100644 --- a/.github/actions/setup-caches/action.yml +++ b/.github/actions/setup-caches/action.yml @@ -28,18 +28,6 @@ runs: if: ${{ runner.os != 'Windows' }} # TODO windows - ################ - # Homebrew Cache - - name: Setup homebrew cache - uses: actions/cache@v4 - with: - path: | - ~/Library/Caches/Homebrew/* - ~/Library/Caches/Homebrew/downloads/* - key: brew-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Makefile') }} - restore-keys: brew-${{ runner.os }}-${{ runner.arch }}- - if: ${{ runner.os == 'macOS' }} - ################ # vcpkg Cache - name: Setup vcpkg cache in shell