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:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: cirrusci/flutter:stable
|
image: cirrusci/flutter:3.0.2
|
||||||
commands:
|
commands:
|
||||||
- flutter doctor
|
- flutter doctor
|
||||||
- flutter pub get
|
- flutter pub get
|
||||||
|
|
Loading…
Reference in a new issue