Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/_build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
run: echo "electron-cache-hit=${{ steps.electron-cache.outputs.cache-hit }}"

- name: Install dependencies
uses: nick-fields/retry@v3
uses: nick-fields/retry@v4
with:
timeout_minutes: 10
max_attempts: 3
Expand All @@ -152,7 +152,7 @@ jobs:
- name: Install MSVC ARM64 toolchain (Windows ARM64 only)
if: matrix.platform == 'windows-arm64'
continue-on-error: true
uses: nick-fields/retry@v3
uses: nick-fields/retry@v4
with:
timeout_minutes: 20
max_attempts: 3
Expand Down Expand Up @@ -532,7 +532,7 @@ jobs:
# Linux: 标准构建,无特殊错误处理
- name: Build with electron-builder (Linux)
if: startsWith(matrix.platform, 'linux')
uses: nick-fields/retry@v3
uses: nick-fields/retry@v4
with:
timeout_minutes: 60
max_attempts: 2
Expand Down
Loading