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,7 +64,6 @@ 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-
|
||||||
|
|
||||||
|
|||||||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -39,7 +39,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/Library/Caches/Homebrew
|
~/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