Skip to content

Commit bf942b9

Browse files
authored
fix: crashlytics cron (#15546)
1 parent 3dc83fc commit bf942b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/crashlytics.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,17 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v4
6565
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
66+
- name: Setup Bundler
67+
run: scripts/setup_bundler.sh
68+
- name: Install xcpretty
69+
run: gem install xcpretty
6670
- uses: actions/setup-python@v5
6771
with:
6872
python-version: '3.11'
6973
- name: Xcode
7074
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
7175
- name: Setup quickstart
72-
run: scripts/setup_quickstart.sh crashlytics
76+
run: scripts/setup_quickstart_spm.sh crashlytics
7377
- name: Install Secret GoogleService-Info.plist
7478
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-crashlytics.plist.gpg \
7579
quickstart-ios/crashlytics/GoogleService-Info.plist "$plist_secret"

0 commit comments

Comments
 (0)