This commit is contained in:
@@ -20,6 +20,9 @@ jobs:
|
||||
- name: 安装pnpm
|
||||
run: npm i pnpm -g
|
||||
|
||||
- name: 配置镜像
|
||||
run: git config --global url."https://".insteadOf git://
|
||||
|
||||
- name: 安装依赖
|
||||
run: pnpm install
|
||||
continue-on-error: false # 依赖安装失败则终止工作流
|
||||
|
Reference in New Issue
Block a user