fix(ci): Set yarn network-timeout to 10 minutes to avoid spurious network failures (#317)

This commit is contained in:
Mohan 2025-05-14 21:28:15 +02:00 committed by GitHub
parent b7424ffaf5
commit 7d111e18fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -85,7 +85,8 @@ jobs:
- name: Install Frontend Dependencies
working-directory: src-gui
run: yarn install
# Set the yarn network timeout to a high value to avoid spurious network errors
run: yarn install --network-timeout 600000
- name: install tauri-cli globally
uses: taiki-e/cache-cargo-install-action@v2

View file

@ -71,7 +71,8 @@ jobs:
- name: install frontend dependencies
working-directory: src-gui
run: yarn install
# Set the yarn network timeout to a high value to avoid spurious network errors
run: yarn install --network-timeout 600000
- name: install tauri-cli globally
uses: taiki-e/cache-cargo-install-action@v2