File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,11 @@ jobs:
27
27
with :
28
28
distribution : ' temurin'
29
29
java-version : ' 17'
30
- - uses : subosito/flutter-action@v2
30
+ - name : Setup Flutter SDK
31
+ uses : flutter-actions/setup-flutter@v3
31
32
with :
32
- flutter-version : ' 3.10.0 '
33
- channel : ' stable '
33
+ channel : stable
34
+ version : 3.22.0
34
35
- name : Create dummy API keys
35
36
run : |
36
37
touch keys/server.key
41
42
cd ..; git clone https://github.com/mideind/EmblaCore; mv EmblaCore embla_core; cd EmblaFlutterApp
42
43
cd ..; git clone https://github.com/mideind/flutter_snowboy; cd EmblaFlutterApp
43
44
flutter config --no-analytics
44
- flutter --disable-telemetry
45
45
flutter pub get --suppress-analytics
46
46
# Android build runs the tests. No need to run the same tests again on iOS.
47
47
- name : Run tests
@@ -66,10 +66,11 @@ jobs:
66
66
67
67
steps :
68
68
- uses : actions/checkout@v4
69
- - uses : subosito/flutter-action@v2
69
+ - name : Setup Flutter SDK
70
+ uses : flutter-actions/setup-flutter@v3
70
71
with :
71
- flutter-version : ' 3.10.0 '
72
- channel : ' stable '
72
+ channel : stable
73
+ version : 3.22.0
73
74
- name : Create dummy API keys
74
75
run : |
75
76
touch keys/gaccount.json
80
81
cd ..; git clone https://github.com/mideind/EmblaCore; mv EmblaCore embla_core; cd EmblaFlutterApp
81
82
cd ..; git clone https://github.com/mideind/flutter_snowboy; cd EmblaFlutterApp
82
83
flutter config --no-analytics
83
- flutter --disable-telemetry
84
84
flutter pub get --suppress-analytics
85
85
gem install xcpretty
86
86
- name : Build iOS IPA
You can’t perform that action at this time.
0 commit comments