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"