Skip to content

Commit

Permalink
CI: Remove Brew Cache (#479)
Browse files Browse the repository at this point in the history
Too big to store.
  • Loading branch information
ax3l authored Dec 5, 2023
1 parent 6ecc716 commit a1e85ef
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,8 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: TRUE
steps:
- uses: actions/checkout@v3
- name: Brew Cache
uses: actions/cache@v3
# - once stored under a key, they become immutable (even if local cache path content changes)
# - for a refresh the key has to change, e.g., hash of a tracked file in the key
with:
path: |
/usr/local/bin
/usr/local/lib
/usr/local/share
/Users/runner/Library/Caches/Homebrew
key: brew-macos-appleclang-${{ hashFiles('.github/workflows/macos.yml') }}
restore-keys: |
brew-macos-appleclang-
- name: install dependencies
run: |
brew --cache
set +e
brew unlink gcc
brew update
Expand Down

0 comments on commit a1e85ef

Please sign in to comment.