updated flutter-drive.yml
This commit is contained in:
parent
c4af614ab2
commit
510a916e18
|
@ -36,7 +36,11 @@ jobs:
|
|||
# https://github.com/marketplace/actions/flutter-action
|
||||
- uses: subosito/flutter-action@v1.4.0
|
||||
with:
|
||||
channel: 'master' # 'stable' or 'dev' or 'beta'
|
||||
channel: 'dev' # 'stable' or 'dev' or 'beta'
|
||||
- name: "Change Flutter channel to master"
|
||||
run: |
|
||||
flutter channel master
|
||||
flutter upgrade
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
|
|
Loading…
Reference in New Issue