CI: fixed flutter channel

This commit is contained in:
Thibault Deckers 2020-09-18 10:27:28 +09:00
parent 7b04e30045
commit 92f1251719
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ jobs:
steps: steps:
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
channel: beta
flutter-version: '1.22.0-12.1.pre' flutter-version: '1.22.0-12.1.pre'
- name: Clone the repository. - name: Clone the repository.

View file

@ -16,6 +16,7 @@ jobs:
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
channel: beta
flutter-version: '1.22.0-12.1.pre' flutter-version: '1.22.0-12.1.pre'
# Workaround for this Android Gradle Plugin issue (supposedly fixed in AGP 4.1): # Workaround for this Android Gradle Plugin issue (supposedly fixed in AGP 4.1):