From 6a0f96e0be6a8473fc88231f9fdfba87f9af4b9f Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Fri, 10 Sep 2021 10:29:57 +0200 Subject: [PATCH] Manually set used flutter version The flutter_charts package is not yet compatible with 2.5 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71fd1a58..9c840518 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: uses: subosito/flutter-action@v1 with: channel: 'stable' + flutter-version: '2.2.x' - run: dart --version - run: flutter --version