Skip to content

Commit 68f72c4

Browse files
committed
Install Flutter instead of Dart for license check
1 parent 470d954 commit 68f72c4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/code_health.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,10 @@ jobs:
105105
with:
106106
go-version: "^1.13.1"
107107
- run: go install github.com/google/addlicense@latest
108-
- name: Install Dart
109-
uses: dart-lang/setup-dart@v1
108+
- uses: subosito/flutter-action@v2
109+
with:
110+
channel: "stable"
111+
cache: true
110112
- name: Install Melos
111113
uses: bluefireteam/melos-action@v3
112114
with:

0 commit comments

Comments
 (0)