diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74b64a29a..bff3907fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,8 +22,8 @@ jobs: - uses: actions/checkout@v1 - uses: subosito/flutter-action@v1 with: - #flutter-version: '2.2.3' - channel: 'stable' + flutter-version: '2.10.3' + #channel: 'stable' - name: Install Sentry run: | curl -sL https://sentry.io/get-cli/ | bash @@ -127,7 +127,8 @@ jobs: - uses: actions/checkout@v1 - uses: subosito/flutter-action@v1 with: - channel: 'stable' + flutter-version: '2.10.3' + #channel: 'stable' - name: Setup Flutter run: | flutter doctor -v