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