mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 03:16:33 +00:00
dev(CI): 尝试修复连接问题
This commit is contained in:
parent
ac35bab7ac
commit
c4738be257
3
.github/workflows/publish.yaml
vendored
3
.github/workflows/publish.yaml
vendored
@ -23,7 +23,8 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install
|
run: yarn config set registry https://registry.npmmirror.com/
|
||||||
|
yarn install
|
||||||
|
|
||||||
- name: Build and package for Windows
|
- name: Build and package for Windows
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user