From 3277571b3be1bc642d0d94c83ac3ae4bc3ed2cda Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 20 May 2021 08:09:07 +0300 Subject: [PATCH] Downgrade Flutter --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0da0c3173..f3b55c365 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v1 - uses: subosito/flutter-action@v1 with: - channel: 'stable' # TODO change to beta/stable + #channel: 'stable' # TODO change to beta/stable flutter-version: '2.0.6' - name: Install Sentry run: |