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

@ -34,6 +34,9 @@ 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