Skip to content

Commit 0a0d3e2

Browse files
committed
Fixing CI
1 parent 37cd357 commit 0a0d3e2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
with:
2828
distribution: 'temurin'
2929
java-version: '17'
30-
- uses: subosito/flutter-action@v2
30+
- name: Setup Flutter SDK
31+
uses: flutter-actions/setup-flutter@v3
3132
with:
32-
flutter-version: '3.10.0'
33-
channel: 'stable'
33+
channel: stable
34+
version: 3.22.0
3435
- name: Create dummy API keys
3536
run: |
3637
touch keys/server.key
@@ -41,7 +42,6 @@ jobs:
4142
cd ..; git clone https://github.com/mideind/EmblaCore; mv EmblaCore embla_core; cd EmblaFlutterApp
4243
cd ..; git clone https://github.com/mideind/flutter_snowboy; cd EmblaFlutterApp
4344
flutter config --no-analytics
44-
flutter --disable-telemetry
4545
flutter pub get --suppress-analytics
4646
# Android build runs the tests. No need to run the same tests again on iOS.
4747
- name: Run tests
@@ -66,10 +66,11 @@ jobs:
6666

6767
steps:
6868
- uses: actions/checkout@v4
69-
- uses: subosito/flutter-action@v2
69+
- name: Setup Flutter SDK
70+
uses: flutter-actions/setup-flutter@v3
7071
with:
71-
flutter-version: '3.10.0'
72-
channel: 'stable'
72+
channel: stable
73+
version: 3.22.0
7374
- name: Create dummy API keys
7475
run: |
7576
touch keys/gaccount.json
@@ -80,7 +81,6 @@ jobs:
8081
cd ..; git clone https://github.com/mideind/EmblaCore; mv EmblaCore embla_core; cd EmblaFlutterApp
8182
cd ..; git clone https://github.com/mideind/flutter_snowboy; cd EmblaFlutterApp
8283
flutter config --no-analytics
83-
flutter --disable-telemetry
8484
flutter pub get --suppress-analytics
8585
gem install xcpretty
8686
- name: Build iOS IPA

0 commit comments

Comments
 (0)