Merge pull request #20662 from Homebrew/tap-syntax-cache-fix

workflows/tests: fix tap-syntax caching
This commit is contained in:
Mike McQuaid 2025-09-10 07:36:34 +00:00 committed by GitHub
commit 8ef7a9dbd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,7 +104,7 @@ jobs:
- name: Cache style cache
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
path: ~/.cache/Homebrew/style
path: ~/Library/Caches/Homebrew/style
key: tap-syntax-style-cache-${{ github.sha }}
restore-keys: tap-syntax-style-cache-