increase yarn network timeout to 100000ms

This commit is contained in:
Abhinav 2022-08-15 16:20:30 +05:30
parent 1efe91cf70
commit 62f8f39486

View file

@ -35,6 +35,9 @@ jobs:
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
with: