From 42ba637d9b30205800c50eea53a01b9c25642440 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 18 Jan 2021 15:08:11 +0100 Subject: [PATCH] Fix macOS CI (#19822) * does this fix the hash * this is not the solution * restore key doesnt work old-commit-hash: 667390701f8a74f55343d5c1d3a21ea2392affac --- .github/workflows/test.yaml | 1 - tools/mac_setup.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d1d6913adc..17de278936 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -71,7 +71,6 @@ jobs: /usr/local/Cellar ~/github_brew_cache_entries.txt key: macos-cache-${{ hashFiles('tools/mac_setup.sh') }} - restore-keys: macos-cache- - name: Brew link restored dependencies if: steps.dependency-cache.outputs.cache-hit == 'true' run: | diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index b037e04412..3afc32c165 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -18,7 +18,7 @@ brew install capnp \ openssl \ pyenv \ qt5 \ - zeromq || true + zeromq if [[ $SHELL == "/bin/zsh" ]]; then RC_FILE="$HOME/.zshrc"