Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Martín García Del Angel authored Feb 17, 2020
1 parent 9213c04 commit 9bbcc06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.7.8+hotfix.4'
flutter-version: '1.12.x'
channel: 'stable'
- run: flutter pub get
- run: flutter test
- run: flutter build apk --debug --split-per-abi
Expand Down

0 comments on commit 9bbcc06

Please sign in to comment.