You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"See https://github.com/flutter-actions/setup-flutter for more details."
11
-
exit 1
8
+
if [ !"$(command -v dart)" ];then
9
+
echo'::warning title=Dark is not installed::Please use "uses: dart-lang/setup-dart@v1" or "uses: flutter-actions/setup-flutter@v4" to setup Dart or Flutter SDK.'
10
+
fi
11
+
if [ !"$(command -v flutter)" ];then
12
+
echo'::warning title=Flutter is not installed::Please use "uses: flutter-actions/setup-flutter@v4" to setup Dart & Flutter SDK.'
0 commit comments