CI: specify flutter version for quality check

This commit is contained in:
Thibault Deckers 2020-08-30 21:58:37 +09:00
parent b8749e355d
commit fc03b547db

View file

@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
channel: 'stable' flutter-version: '1.17.5'
- name: Clone the repository. - name: Clone the repository.
uses: actions/checkout@v2 uses: actions/checkout@v2