Skip to content

Commit

Permalink
Merge pull request #20 from Point72/tkp/cachethrash
Browse files Browse the repository at this point in the history
Remove homebrew cache, too large (~5GB) and most things we need are preinstalled
  • Loading branch information
timkpaine authored Feb 6, 2024
2 parents 03b1f51 + e9f0f47 commit 56321df
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/actions/setup-caches/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56321df

Please sign in to comment.