更新 .gitea/workflows/dev.yml
This commit is contained in:
@@ -21,7 +21,9 @@ jobs:
|
|||||||
run: npm i pnpm -g
|
run: npm i pnpm -g
|
||||||
|
|
||||||
- name: 安装依赖
|
- name: 安装依赖
|
||||||
run: pnpm install
|
run: |
|
||||||
|
git config --global url."https://".insteadOf git://
|
||||||
|
pnpm install
|
||||||
continue-on-error: false # 依赖安装失败则终止工作流
|
continue-on-error: false # 依赖安装失败则终止工作流
|
||||||
|
|
||||||
- name: 构建项目
|
- name: 构建项目
|
||||||
|
Reference in New Issue
Block a user