From 56562837a2a8fe99868debe760c30a4ef2bd9572 Mon Sep 17 00:00:00 2001 From: z9130 <984661593@qq.com> Date: Tue, 17 Sep 2024 12:38:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build-act?= =?UTF-8?q?ion.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-action.yaml b/.gitea/workflows/build-action.yaml index 23ff87b2..f325efc3 100644 --- a/.gitea/workflows/build-action.yaml +++ b/.gitea/workflows/build-action.yaml @@ -45,7 +45,8 @@ jobs: # Install dependencies and build - name: Install dependencies and build run: | - cd pansoft-plrl + # cd pansoft-plrl + ls echo "Installing dependencies..." pnpm install --no-frozen-lockfile echo "Dependencies installed."