File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,8 @@ jobs:
255255 - setup_flutter
256256 - run :
257257 name : Upgrade Flutter
258+ environment :
259+ FLUTTER_GIT_URL : ssh://git@github.com/flutter/flutter.git
258260 command : flutter upgrade && flutter --version
259261 - run :
260262 name : Switch to Example app & Build app
@@ -266,17 +268,12 @@ jobs:
266268 resource_class : macos.m1.medium.gen1
267269 steps :
268270 - advanced-checkout/shallow-checkout
269- - setup_flutter
271+ - setup_ios
270272 - run :
271273 name : Upgrade Flutter
274+ environment :
275+ FLUTTER_GIT_URL : ssh://git@github.com/flutter/flutter.git
272276 command : flutter upgrade && flutter --version
273- - run :
274- name : Install CocoaPods
275- command : sudo gem install cocoapods
276- - run :
277- name : Install Pods
278- working_directory : example/ios
279- command : pod install --repo-update
280277 - run :
281278 name : Switch to Example app & Build app
282279 command : cd scripts && flutter build ios --simulator
You can’t perform that action at this time.
0 commit comments