Fix macOS CI (#19822)

* does this fix the hash

* this is not the solution

* restore key doesnt work
old-commit-hash: 667390701f
commatwo_master
Willem Melching 5 years ago committed by GitHub
parent 5f6337f949
commit 42ba637d9b
  1. 1
      .github/workflows/test.yaml
  2. 2
      tools/mac_setup.sh

@ -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: |

@ -18,7 +18,7 @@ brew install capnp \
openssl \
pyenv \
qt5 \
zeromq || true
zeromq
if [[ $SHELL == "/bin/zsh" ]]; then
RC_FILE="$HOME/.zshrc"

Loading…
Cancel
Save