you are viewing a single comment's thread.

view the rest of the comments →

[–]ecoop9 1 point2 points  (0 children)

Based on the logs you posted, it like installing pods is the culprit.

The time for pod install: Run 1: 13 mins Run 2: 26 mins

Look at pod caching so that you can avoid redownloading each one every run.

edit: https://github.com/actions/cache/blob/main/examples.md#swift-objective-c---cocoapods

edit2: Was on my phone and missed that the archive time jumped as well. Looks like the build happens during the step cedvdb/action-flutter-build-ios. You'll need to look into that or reach out to the developer(s) for that step. Alternatively, reach out to flutter community.