File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments