Skip to content

Commit

Permalink
CI: Remove Brew Cache
Browse files Browse the repository at this point in the history
Too big to store.
  • Loading branch information
ax3l committed Dec 5, 2023
1 parent 9b0a52f commit 683636c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,8 @@ jobs:
SETUPTOOLS_USE_DISTUTILS: stdlib
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/Cellar/ccache
/usr/local/Cellar/fftw
/usr/local/Cellar/libomp
/usr/local/Cellar/ninja
/usr/local/Cellar/open-mpi
/usr/local/Cellar/openpmd-api
key: brew-macos-appleclang-${{ hashFiles('.github/workflows/macos.yml') }}
restore-keys: |
brew-macos-appleclang-
- name: install ccache
run: |
brew --cache
set +e
brew unlink gcc
brew update
Expand Down

0 comments on commit 683636c

Please sign in to comment.