Skip to content

Commit 1925e24

Browse files
authored
fix: setup bundler flakes (#15686)
1 parent d5f772c commit 1925e24

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/common_cocoapods_cron.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,16 @@ jobs:
6262
matrix:
6363
platform: ${{ fromJson(inputs.platforms) }}
6464
flags: ${{ fromJson(inputs.flags) }}
65-
6665
steps:
6766
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6867
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
6968
- name: Setup Bundler
70-
run: scripts/setup_bundler.sh
69+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
70+
with:
71+
timeout_minutes: 10
72+
max_attempts: 5
73+
retry_wait_seconds: 300
74+
command: scripts/setup_bundler.sh
7175
- name: Xcode
7276
run: sudo xcode-select -s /Applications/${{ inputs.xcode }}.app/Contents/Developer
7377
- name: Set FIREBASE_CI, if needed.

0 commit comments

Comments
 (0)