diff --git a/.github/workflows/nextron.yml b/.github/workflows/nextron.yml index 729ecd7..7f47487 100644 --- a/.github/workflows/nextron.yml +++ b/.github/workflows/nextron.yml @@ -36,7 +36,7 @@ jobs: - name: Run install uses: borales/actions-yarn@v5 with: - cmd: install # will run `yarn install` command + cmd: install --network-timeout 1000000 # will run `yarn install` command dir: desktop-app - name: Build production bundle