Skip to content

Commit b936937

Browse files
committed
try with flutter
1 parent 8c2ce81 commit b936937

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/all_plugins.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,12 @@ jobs:
192192
# Go is used by addlicense command (addlicense is used in melos run
193193
# check-license-header)
194194
- run: go install github.com/google/addlicense@latest
195-
- name: Install Dart
196-
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
195+
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
196+
with:
197+
channel: 'stable'
198+
cache: true
199+
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
200+
pub-cache-key: "flutter-pub-:os:-:channel:-:version:-:arch:-:hash:"
197201
- name: Install Melos
198202
uses: bluefireteam/melos-action@705015c3d2bc4ab94201ac24accb2bbe070cf533
199203
with:

0 commit comments

Comments
 (0)