Skip to content

Commit 7dc68d9

Browse files
committed
use fvm in github actions
1 parent abd65b3 commit 7dc68d9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ jobs:
2222
- beta
2323

2424
steps:
25-
- uses: actions/checkout@v2
26-
27-
- uses: subosito/flutter-action@v2
28-
with:
29-
channel: ${{ matrix.channel }}
25+
- uses: actions/checkout@v4
26+
- uses: kuhnroyal/flutter-fvm-config-action/setup@v3
3027

3128
- name: Install dependencies
3229
run: |

0 commit comments

Comments
 (0)