We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2ce81 commit b936937Copy full SHA for b936937
1 file changed
.github/workflows/all_plugins.yaml
@@ -192,8 +192,12 @@ jobs:
192
# Go is used by addlicense command (addlicense is used in melos run
193
# check-license-header)
194
- run: go install github.com/google/addlicense@latest
195
- - name: Install Dart
196
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
+ - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
+ 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:"
201
- name: Install Melos
202
uses: bluefireteam/melos-action@705015c3d2bc4ab94201ac24accb2bbe070cf533
203
with:
0 commit comments