Fix macOS CI (#19822)

* does this fix the hash

* this is not the solution

* restore key doesnt work
pull/19823/head
Willem Melching 4 years ago committed by GitHub
parent 3381cd371c
commit 667390701f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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