1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 14:26:46 +00:00

Fix workflow cache read issue

This commit is contained in:
Tw93
2025-11-23 19:27:37 +08:00
parent 544c255db2
commit c3815309cc

View File

@@ -30,7 +30,7 @@ jobs:
/usr/local/Cellar/bats-core
/usr/local/Cellar/shfmt
/usr/local/Cellar/shellcheck
key: ${{ runner.os }}-brew-${{ hashFiles('.github/workflows/shell-quality-checks.yml') }}
key: ${{ runner.os }}-brew-v1
restore-keys: |
${{ runner.os }}-brew-