We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f772c commit 1925e24Copy full SHA for 1925e24
.github/workflows/common_cocoapods_cron.yml
@@ -62,12 +62,16 @@ jobs:
62
matrix:
63
platform: ${{ fromJson(inputs.platforms) }}
64
flags: ${{ fromJson(inputs.flags) }}
65
-
66
steps:
67
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
68
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
69
- name: Setup Bundler
70
- run: scripts/setup_bundler.sh
+ uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
+ with:
71
+ timeout_minutes: 10
72
+ max_attempts: 5
73
+ retry_wait_seconds: 300
74
+ command: scripts/setup_bundler.sh
75
- name: Xcode
76
run: sudo xcode-select -s /Applications/${{ inputs.xcode }}.app/Contents/Developer
77
- name: Set FIREBASE_CI, if needed.
0 commit comments