Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed May 30, 2024
1 parent 37cd357 commit 0a0d3e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
- uses: subosito/flutter-action@v2
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v3
with:
flutter-version: '3.10.0'
channel: 'stable'
channel: stable
version: 3.22.0
- name: Create dummy API keys
run: |
touch keys/server.key
Expand All @@ -41,7 +42,6 @@ jobs:
cd ..; git clone https://github.com/mideind/EmblaCore; mv EmblaCore embla_core; cd EmblaFlutterApp
cd ..; git clone https://github.com/mideind/flutter_snowboy; cd EmblaFlutterApp
flutter config --no-analytics
flutter --disable-telemetry
flutter pub get --suppress-analytics
# Android build runs the tests. No need to run the same tests again on iOS.
- name: Run tests
Expand All @@ -66,10 +66,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v3
with:
flutter-version: '3.10.0'
channel: 'stable'
channel: stable
version: 3.22.0
- name: Create dummy API keys
run: |
touch keys/gaccount.json
Expand All @@ -80,7 +81,6 @@ jobs:
cd ..; git clone https://github.com/mideind/EmblaCore; mv EmblaCore embla_core; cd EmblaFlutterApp
cd ..; git clone https://github.com/mideind/flutter_snowboy; cd EmblaFlutterApp
flutter config --no-analytics
flutter --disable-telemetry
flutter pub get --suppress-analytics
gem install xcpretty
- name: Build iOS IPA
Expand Down

0 comments on commit 0a0d3e2

Please sign in to comment.