From 2735039c8be6166c39a02938c3fe5288335549b9 Mon Sep 17 00:00:00 2001 From: Julius Jurgelenas Date: Fri, 16 Jul 2021 11:09:37 +0300 Subject: [PATCH] increase network timeout --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 72f7e5ca9..3fefa2ad6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,7 @@ jobs: - name: Install dependencies run: | - yarn install --prefer-offline + yarn install --prefer-offline --network-timeout 180000 - name: Publish Windows releases if: matrix.os == 'windows-latest'