Update Flutter channel in buld.yml

This commit is contained in:
Hillel Coren 2022-03-06 13:18:39 +02:00
parent d1e102c2c9
commit c6fd6d3a78
1 changed files with 4 additions and 3 deletions

View File

@ -22,8 +22,8 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
#flutter-version: '2.2.3' flutter-version: '2.10.3'
channel: 'stable' #channel: 'stable'
- name: Install Sentry - name: Install Sentry
run: | run: |
curl -sL https://sentry.io/get-cli/ | bash curl -sL https://sentry.io/get-cli/ | bash
@ -127,7 +127,8 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
channel: 'stable' flutter-version: '2.10.3'
#channel: 'stable'
- name: Setup Flutter - name: Setup Flutter
run: | run: |
flutter doctor -v flutter doctor -v