mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-28 19:52:40 +01:00
fix(ci): fix homebrew
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -37,7 +37,9 @@ jobs:
|
||||
- name: Restore Homebrew cache
|
||||
uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
|
||||
with:
|
||||
path: ~/Library/Caches/Homebrew
|
||||
path: |
|
||||
~/Library/Caches/Homebrew
|
||||
/usr/local/Caskroom
|
||||
key: brew-${{ hashFiles('./Brewfile') }}
|
||||
|
||||
- name: Update Homebrew
|
||||
|
||||
Reference in New Issue
Block a user