From aad33f6746ac916134099891a5dbc2bcbeaecc91 Mon Sep 17 00:00:00 2001 From: appflowy Date: Wed, 25 May 2022 17:01:34 +0800 Subject: [PATCH] chore: update flutter toolchain version to flutter 3.0 --- .github/workflows/ci.yaml | 1 + .github/workflows/release.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 40f51c8132..ab1becf24f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,6 +34,7 @@ jobs: with: channel: 'stable' cache: true + flutter-version: '3.0.0' - name: Cache Cargo uses: actions/cache@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93dedaa43d..4d500c4659 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' + flutter-version: '3.0.0' - name: Pre build working-directory: frontend @@ -98,6 +99,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' + flutter-version: '3.0.0' - name: Pre build working-directory: frontend