更新 .github/workflows/cache.yaml

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