Remove .cache caching from GitHub Actions workflows

Co-authored-by: snomiao <7323030+snomiao@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-17 01:00:02 +00:00
committed by snomiao
parent cc47ecafb2
commit fb9694ff7e
8 changed files with 3 additions and 9 deletions

View File

@@ -32,7 +32,6 @@ jobs:
uses: actions/cache@v4
with:
path: |
.cache
tsconfig.tsbuildinfo
key: release-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |