add yarnrc to increase network timeout
This commit is contained in:
parent
67177bbdff
commit
66e43d6e6f
2 changed files with 1 additions and 3 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -34,9 +34,6 @@ jobs:
|
|||
- name: Install libarchive-tools for pacman build # Related https://github.com/electron-userland/electron-builder/issues/4181
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: sudo apt-get install libarchive-tools
|
||||
|
||||
- name: Increase yarn network timeout to 100000 ms
|
||||
run: yarn config set network-timeout 100000 -g
|
||||
|
||||
- name: Electron Builder Action
|
||||
uses: samuelmeuli/action-electron-builder@v1.6.0
|
||||
|
|
1
.yarnrc
Normal file
1
.yarnrc
Normal file
|
@ -0,0 +1 @@
|
|||
network-timeout 500000
|
Loading…
Add table
Reference in a new issue