Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
flutter config --no-cli-animations

- name: Flutter pub get
uses: nick-fields/retry@v3
uses: nick-fields/retry@v4
with:
timeout_minutes: 20
max_attempts: 3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# 下载 iOS 运行环境组件
- name: Install iOS components
uses: nick-fields/retry@v3
uses: nick-fields/retry@v4
with:
timeout_minutes: 20
max_attempts: 3
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

# 先拉取 Dart 依赖(可重试)
- name: Flutter pub get
uses: nick-fields/retry@v3
uses: nick-fields/retry@v4
with:
timeout_minutes: 20
max_attempts: 3
Expand All @@ -88,7 +88,7 @@ jobs:

# 独立执行 pod install(可重试)
- name: CocoaPods install
uses: nick-fields/retry@v3
uses: nick-fields/retry@v4
with:
timeout_minutes: 20
max_attempts: 3
Expand Down