dev(CI): 尝试修复连接问题

This commit is contained in:
MKStoler 2024-12-19 06:44:10 +08:00 committed by GitHub
parent ac35bab7ac
commit c4738be257
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
run: yarn config set registry https://registry.npmmirror.com/
yarn install
- name: Build and package for Windows
if: matrix.os == 'windows-latest'