Update build script
This commit is contained in:
parent
e85b12c9b3
commit
f8494658bb
|
|
@ -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:
|
||||||
flutter-version: '3.0.4'
|
flutter-version: '3.3.0'
|
||||||
#channel: 'stable'
|
#channel: 'stable'
|
||||||
- name: Install Sentry
|
- name: Install Sentry
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -115,7 +115,7 @@ jobs:
|
||||||
# - uses: actions/checkout@v1
|
# - uses: actions/checkout@v1
|
||||||
# - uses: subosito/flutter-action@v1
|
# - uses: subosito/flutter-action@v1
|
||||||
# with:
|
# with:
|
||||||
# flutter-version: '3.0.4'
|
# flutter-version: '3.3.0'
|
||||||
# - name: Setup Flutter
|
# - name: Setup Flutter
|
||||||
# run: |
|
# run: |
|
||||||
# flutter doctor -v
|
# flutter doctor -v
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue