File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,8 @@ jobs:
255
255
- setup_flutter
256
256
- run :
257
257
name : Upgrade Flutter
258
+ environment :
259
+ FLUTTER_GIT_URL :
ssh://[email protected] /flutter/flutter.git
258
260
command : flutter upgrade && flutter --version
259
261
- run :
260
262
name : Switch to Example app & Build app
@@ -266,17 +268,12 @@ jobs:
266
268
resource_class : macos.m1.medium.gen1
267
269
steps :
268
270
- advanced-checkout/shallow-checkout
269
- - setup_flutter
271
+ - setup_ios
270
272
- run :
271
273
name : Upgrade Flutter
274
+ environment :
275
+ FLUTTER_GIT_URL :
ssh://[email protected] /flutter/flutter.git
272
276
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
280
277
- run :
281
278
name : Switch to Example app & Build app
282
279
command : cd scripts && flutter build ios --simulator
You can’t perform that action at this time.
0 commit comments