From 1ac1d6e9030460f8a2dae42795dfbc2dee52cf0e Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Fri, 21 Jan 2022 03:08:40 +0800
Subject: [PATCH] chore: update ci

---
 .github/workflows/ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 51cd391..eb79aad 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,7 +48,9 @@ jobs:
             ${{ runner.os }}-yarn-
 
       - name: Yarn install and check
-        run: yarn && yarn run check
+        run: |
+          yarn install --network-timeout 1000000
+          yarn run check
 
       - name: Tauri build
         uses: tauri-apps/tauri-action@v0
-- 
GitLab