Downgrade Flutter

This commit is contained in:
Hillel Coren 2021-05-20 08:09:07 +03:00
parent ceed43062a
commit 3277571b3b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
channel: 'stable' # TODO change to beta/stable #channel: 'stable' # TODO change to beta/stable
flutter-version: '2.0.6' flutter-version: '2.0.6'
- name: Install Sentry - name: Install Sentry
run: | run: |