We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0082f2a commit aa71b05Copy full SHA for aa71b05
.github/workflows/base.yaml
@@ -35,21 +35,10 @@ jobs:
35
with:
36
distribution: 'zulu'
37
java-version: '11'
38
-
39
- - name: Get Flutter version by FVM
40
- uses: kuhnroyal/flutter-fvm-config-action@v2
41
- id: fvm-config-action
42
- with:
43
- path: ".fvmrc"
44
45
- - name: Flutter action
46
- uses: subosito/flutter-action@v2
+ - name: Setup Flutter
+ uses: kuhnroyal/flutter-fvm-config-action/setup@v3
47
48
- flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
49
- channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}
50
- architecture: x64
51
- cache: true
52
+ path: '.fvmrc'
53
- name: Install dependencies
54
run: flutter pub get
55
- name: Format code
0 commit comments