diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b17c483d..d38f4d92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,8 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v2 with: - channel: 'dev' + cache: true + channel: 'stable' - name: Opt out of Dart/Flutter analytics run: |