Fix macOS CI (#19822)

* does this fix the hash

* this is not the solution

* restore key doesnt work
This commit is contained in:
Willem Melching
2021-01-18 15:08:11 +01:00
committed by GitHub
parent 3381cd371c
commit 667390701f
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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: |
+1 -1
View File
@@ -18,7 +18,7 @@ brew install capnp \
openssl \
pyenv \
qt5 \
zeromq || true
zeromq
if [[ $SHELL == "/bin/zsh" ]]; then
RC_FILE="$HOME/.zshrc"