Skip to content

Commit

Permalink
Updated CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Oct 11, 2023
1 parent 87cfe0e commit 9ccdedd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v1
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '12.x'
distribution: 'temurin'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.0'
Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
runs-on: macos-13

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.0'
Expand All @@ -79,6 +80,7 @@ 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 9ccdedd

Please sign in to comment.