Skip to content

Commit 96574f5

Browse files
committed
wip
1 parent ace10d4 commit 96574f5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/flutter.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ jobs:
4848
- name: Clean
4949
working-directory: example
5050
run: flutter clean
51-
- name: Prep
51+
- name: Flutter pub get
5252
working-directory: example
53-
run: |
54-
flutter pub get
55-
pod repo update
53+
run: flutter pub get
54+
- name: CocoaPods update
55+
working-directory: example/ios
56+
run: pod repo update
5657
- name: Test iOS integration
5758
working-directory: example
5859
run: flutter build ios --debug --simulator --no-codesign

0 commit comments

Comments
 (0)