From 686bfe62eb83e6b55870bde0c726ce34bfb73a85 Mon Sep 17 00:00:00 2001 From: Oneric Date: Thu, 25 Mar 2021 22:24:22 +0100 Subject: ci/gha: speed up MacOS builds By not caching at all. Now that we're no longer using `brew update`, caching is barely doing anything, but causes some problems when the cache is not newer than GHA's preinstalled stuff. --- .github/workflows/ghci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml index 669ebd6..236d60e 100644 --- a/.github/workflows/ghci.yml +++ b/.github/workflows/ghci.yml @@ -29,14 +29,6 @@ jobs: - name: checkout code uses: actions/checkout@v2 - - name: retrieve caches - uses: actions/cache@v2 - with: - path: | - $HOME/Library/Caches/Homebrew - /usr/local/Homebrew - key: ${{ runner.os }}-${{ matrix.os }}-build - - name: install deps run: | if echo "${{ matrix.os }}" | grep -qE '^macos-' ; then -- cgit v1.2.3