更新 .gitea/workflows/dev.yml

This commit is contained in:
2025-08-28 18:43:40 +08:00
parent 358fc577b0
commit 0d2c3d97a5

View File

@@ -21,7 +21,9 @@ jobs:
run: npm i pnpm -g
- name: 安装依赖
run: pnpm install
run: |
git config --global url."https://".insteadOf git://
pnpm install
continue-on-error: false # 依赖安装失败则终止工作流
- name: 构建项目