updated flutter-drive.yml

This commit is contained in:
Lorenzo Pichilli 2021-02-11 10:31:27 +01:00
parent c4af614ab2
commit 510a916e18
1 changed files with 5 additions and 1 deletions

View File

@ -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'