diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 51cd391e2cc7591d0ff1f4feffca3d5095d1cfc8..eb79aadc8f3aa0504c890c4893bcf03a577a9a40 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