Update Flutter channel in buld.yml
This commit is contained in:
parent
d1e102c2c9
commit
c6fd6d3a78
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue