Commit d5f1e22
fix(ci): use Flutter action instead of Dart in reusable workflow
The reusable workflow was failing for packages because melos bootstrap
needs Flutter to be available in the environment to bootstrap the entire
workspace, even when testing Dart-only packages.
Changed from dart-lang/setup-dart to subosito/flutter-action which
includes Dart and has built-in caching. This fixes the error:
/bin/sh: 1: eval: flutter: not found
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent b0294c5 commit d5f1e22
1 file changed
+4
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 57 | + | |
| 58 | + | |
69 | 59 | | |
70 | 60 | | |
71 | 61 | | |
| |||
0 commit comments