Skip to content

Commit ab225d6

Browse files
authored
Update flutter-actions.yml
1 parent 1be60d7 commit ab225d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
run: pod repo update
3838
- run: flutter pub get
3939
- name: Install pods
40-
run: cd ios && pod install && cd ..
40+
run: cd ios && pod install --repo-update && cd ..
4141
- run: flutter build ios --release --no-codesign

0 commit comments

Comments
 (0)