Skip to content

Commit 2e8784e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: |
30-
dart pub global activate melos
30+
fvm dart pub global activate melos
3131
melos bootstrap
3232
melos run postbootstrap
3333
@@ -36,7 +36,7 @@ jobs:
3636

3737
# Uncomment this step to verify the use of 'dart format' on each commit.
3838
- name: Verify formatting
39-
run: dart format --output=none --set-exit-if-changed .
39+
run: fvm dart format --output=none --set-exit-if-changed .
4040

4141
# Consider passing '--fatal-infos' for slightly stricter analysis.
4242
- name: Analyze project source

0 commit comments

Comments
 (0)