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 ace10d4 commit 96574f5Copy full SHA for 96574f5
.github/workflows/flutter.yml
@@ -48,11 +48,12 @@ jobs:
48
- name: Clean
49
working-directory: example
50
run: flutter clean
51
- - name: Prep
+ - name: Flutter pub get
52
53
- run: |
54
- flutter pub get
55
- pod repo update
+ run: flutter pub get
+ - name: CocoaPods update
+ working-directory: example/ios
56
+ run: pod repo update
57
- name: Test iOS integration
58
59
run: flutter build ios --debug --simulator --no-codesign
0 commit comments