workflows/tests: fix tap-syntax caching
This commit is contained in:
parent
80f9e6714f
commit
67f4be419b
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
|||||||
- name: Cache style cache
|
- name: Cache style cache
|
||||||
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/Homebrew/style
|
path: ~/Library/Caches/Homebrew/style
|
||||||
key: tap-syntax-style-cache-${{ github.sha }}
|
key: tap-syntax-style-cache-${{ github.sha }}
|
||||||
restore-keys: tap-syntax-style-cache-
|
restore-keys: tap-syntax-style-cache-
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user