Skip to content

Commit 0ff891d

Browse files
ci: upgrade flutter fvm action
1 parent 673378f commit 0ff891d

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/base.yaml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,10 @@ jobs:
3030
with:
3131
distribution: 'zulu'
3232
java-version: '11'
33-
34-
- name: Get Flutter version by FVM
35-
uses: kuhnroyal/flutter-fvm-config-action@v3
36-
id: fvm-config-action
37-
with:
38-
path: ".fvmrc"
39-
40-
- name: Flutter action
41-
uses: subosito/flutter-action@v2
33+
- name: Setup Flutter
34+
uses: kuhnroyal/flutter-fvm-config-action/setup@v3
4235
with:
43-
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
44-
channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}
45-
architecture: x64
46-
cache: true
47-
36+
path: '.fvmrc'
4837
- name: Install dependencies
4938
run: flutter pub get
5039
- name: Format code

0 commit comments

Comments
 (0)