From cf156266cc0a88323fbedaa9e10c77ad905ac0d6 Mon Sep 17 00:00:00 2001 From: TangHuan Date: Thu, 3 Apr 2025 17:09:28 +0800 Subject: [PATCH] init222-113 --- .gitea/workflows/dev.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 5086db4..cf1cb8d 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -5,6 +5,8 @@ on: [push] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest + vars: + ACTIONS_RUNNER_DEBUG: true steps: - name: 克隆代码 uses: https://git.pintantan.com/actions/checkout@v4 @@ -16,7 +18,7 @@ jobs: # Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node node-version: '14' cache: "npm" - + check-latest: true # 缓存 Maven 依赖 - name: 安装依赖 run: npm ci