mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-03 08:41:47 +08:00
Fix macOS CI (#19822)
* does this fix the hash * this is not the solution * restore key doesnt work
This commit is contained in:
@@ -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
@@ -18,7 +18,7 @@ brew install capnp \
|
||||
openssl \
|
||||
pyenv \
|
||||
qt5 \
|
||||
zeromq || true
|
||||
zeromq
|
||||
|
||||
if [[ $SHELL == "/bin/zsh" ]]; then
|
||||
RC_FILE="$HOME/.zshrc"
|
||||
|
||||
Reference in New Issue
Block a user