From d0151f39f4d74fb45e6467bcb5ec339763b6d837 Mon Sep 17 00:00:00 2001 From: "gitea_1-h.cc" Date: Mon, 13 Jan 2025 10:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/cache.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cache.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml index 66bc624..d4f563f 100644 --- a/.github/workflows/cache.yaml +++ b/.github/workflows/cache.yaml @@ -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 \ No newline at end of file