From 683636cc20476a590395131dcdb2b8741e7e6316 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 4 Dec 2023 18:30:50 -0800 Subject: [PATCH] CI: Remove Brew Cache Too big to store. --- .github/workflows/macos.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 73b19dd6d9..b6ca42c53d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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