use flutter version in flutter action
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
if: steps.flutter-cache.outputs.cache-hit != 'true'
|
if: steps.flutter-cache.outputs.cache-hit != 'true'
|
||||||
uses: subosito/flutter-action@v1
|
uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
flutter-version: ${{ env.flutter_version }}
|
||||||
- name: "Install Tools"
|
- name: "Install Tools"
|
||||||
run: |
|
run: |
|
||||||
flutter pub global activate melos
|
flutter pub global activate melos
|
||||||
|
|||||||
Reference in New Issue
Block a user