We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be60d7 commit ab225d6Copy full SHA for ab225d6
.github/workflows/flutter-actions.yml
@@ -37,5 +37,5 @@ jobs:
37
run: pod repo update
38
- run: flutter pub get
39
- name: Install pods
40
- run: cd ios && pod install && cd ..
+ run: cd ios && pod install --repo-update && cd ..
41
- run: flutter build ios --release --no-codesign
0 commit comments