Ensure pipeline uses same tested Flutter version
This commit is contained in:
parent
011113d72b
commit
cd07b2fba2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: cirrusci/flutter:stable
|
||||
image: cirrusci/flutter:3.0.2
|
||||
commands:
|
||||
- flutter doctor
|
||||
- flutter pub get
|
||||
|
|
Loading…
Reference in a new issue