From f5d505652569ba16aaaabe16b117dd482d00d7b0 Mon Sep 17 00:00:00 2001 From: root <834207172@qq.com> Date: Wed, 1 Apr 2026 23:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/.gitlab-c?= =?UTF-8?q?i.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/.gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/.gitlab-ci.yml b/.gitea/workflows/.gitlab-ci.yml index 92a2bbc..46c15fe 100644 --- a/.gitea/workflows/.gitlab-ci.yml +++ b/.gitea/workflows/.gitlab-ci.yml @@ -40,7 +40,10 @@ jobs: steps: - name: Checkout uses: https://gitea.com/actions/checkout@v4 - + - name: Install Git + run: | + apk add --no-cache git + git --version # 验证 - name: Setup Node.js run: | ln -sf /srv/18-alpine/bin/node /usr/bin/node