From c6fd6d3a78739623c943500cd88075bcc630fedf Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 6 Mar 2022 13:18:39 +0200 Subject: [PATCH] Update Flutter channel in buld.yml --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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