更新 .gitea/workflows/build-action.yaml

This commit is contained in:
z9130 2024-09-17 12:38:21 +08:00
parent b038d9e55b
commit 56562837a2
1 changed files with 2 additions and 1 deletions

View File

@ -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."