Skip to content

Commit

Permalink
Try to cache the complete brew path
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbecker committed Apr 28, 2023
1 parent 836659a commit b956f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
cache-name: cache-brew-packages
with:
path: $(brew --prefix)
path: /usr/local
key: ${{env.cache-name}}

- name: Dependencies
Expand Down

0 comments on commit b956f80

Please sign in to comment.