We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa77a05 commit 6660f53Copy full SHA for 6660f53
.github/workflows/firebase-test-deploy.yaml
@@ -25,6 +25,12 @@ jobs:
25
26
- name: Install Flutter dependencies
27
run: flutter pub get
28
+
29
+ - name: Update CocoaPods repo
30
+ run: |
31
+ cd ios
32
+ pod repo update
33
+ cd ..
34
35
- name: Setup Xcode
36
uses: maxim-lobanov/setup-xcode@v1
@@ -147,4 +153,4 @@ jobs:
147
153
run: |
148
154
security delete-keychain $RUNNER_TEMP/app-signing.keychain-db || true
149
155
rm -rf ~/private_keys || true
150
- rm -f ~/Library/MobileDevice/Provisioning\ Profiles/*.mobileprovision || true
156
+ rm -f ~/Library/MobileDevice/Provisioning\ Profiles/*.mobileprovision || true
0 commit comments