Open elliette opened 1 year ago
We check it out as part of the flutter-prep workflow (in order to run ./tool/latest_flutter_candidate.sh) and then in the subsequent workflows. We should consider caching it in the flutter-prep step (like we cache the Flutter SDK).
./tool/latest_flutter_candidate.sh
flutter-prep
We are still checking DevTools out multiple times in our workflows.
Examples:
We check it out as part of the flutter-prep workflow (in order to run
./tool/latest_flutter_candidate.sh
) and then in the subsequent workflows. We should consider caching it in theflutter-prep
step (like we cache the Flutter SDK).