dev(ci): 再 次 修 复 x2

This commit is contained in:
MKStoler 2024-12-19 02:59:19 +00:00
parent e5767cedd7
commit e1aa24453c

View File

@ -22,13 +22,13 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: 安装依赖
run: yarn install
- name: Windows 设置镜像源
if: matrix.os == 'windows-latest'
run: yarn build:win
run: yarn config set registry https://registry.npmmirror.com/
- name: 安装依赖
run: yarn install
- name: Windows 构建
if: matrix.os == 'windows-latest'