From 0b081c37ad3bc6bdee632d52980635985ef8e2df Mon Sep 17 00:00:00 2001 From: huanghs Date: Tue, 30 Jul 2024 11:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/cache-npx?= =?UTF-8?q?.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/cache-npx.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/cache-npx.yml b/.gitea/workflows/cache-npx.yml index c140aa4..d4e8339 100644 --- a/.gitea/workflows/cache-npx.yml +++ b/.gitea/workflows/cache-npx.yml @@ -6,6 +6,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + + - run: npm config get cache + + - run: pwd - name: Cache Gradle Wrapper uses: actions/cache@v3