Manually set used flutter version

The flutter_charts package is not yet compatible with 2.5
This commit is contained in:
Roland Geider
2021-09-10 10:29:57 +02:00
parent 8c9307c2d0
commit 6a0f96e0be

View File

@@ -14,6 +14,7 @@ jobs:
uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '2.2.x'
- run: dart --version
- run: flutter --version