From 9f1706ab4d354ec53ffbdfa082627ce07f06a493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 14 Oct 2024 11:37:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BC=93=E5=AD=98=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E4=B8=AD=E6=B7=BB=E5=8A=A0=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E8=BE=93=E5=87=BA=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cache.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml index fb0f33c..e88a37f 100644 --- a/.github/workflows/cache.yaml +++ b/.github/workflows/cache.yaml @@ -7,4 +7,5 @@ jobs: steps: - run: ls -lha /opt/hostedtoolcache - run: ls -lha /opt/hostedtoolcache/node - - run: ls -lha /opt/hostedtoolcache/pnpm-store \ No newline at end of file + - run: ls -lha /opt/hostedtoolcache/pnpm-store + - run: env \ No newline at end of file