更新 .github/workflows/cache.yaml
All checks were successful
/ test-timezone (push) Successful in 8s
/ opt_hostedtoolcache (push) Successful in 8s
/ Cache-Java-Test (push) Successful in 5s
/ job1 (push) Successful in 7s
/ job3 (push) Has been skipped
/ job2 (push) Successful in -19s
/ hashFiles (push) Successful in -17s
/ go-hashfiles (push) Successful in 13s

This commit is contained in:
2025-01-13 10:55:28 +08:00
parent f4f44a5cff
commit d0151f39f4

View File

@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: ls -lha /opt/hostedtoolcache
- run: ls -lha /opt/hostedtoolcache/node
- run: ls -lha /opt/hostedtoolcache/pnpm-store
- run: ls -lha /opt/hostedtoolcache/node || true
- run: ls -lha /opt/hostedtoolcache/pnpm-store || true
- run: env
# https://about.gitea.com/resources/tutorials/enable-gitea-actions-cache-to-accelerate-cicd$0