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
Copy file name to clipboardExpand all lines: action.sh
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,10 @@ fi
7
7
8
8
# Check if Dart & Flutter SDK is installed
9
9
if [ !"$(command -v flutter)" ];then
10
-
echo'::warning::Flutter is not installed,'
11
-
echo'Please use "uses: flutter-actions/setup-flutter@v4" to setup Dart & Flutter SDK.'
10
+
echo'::warning::Flutter is not installed, Please use "uses: flutter-actions/setup-flutter@v4" to setup Dart & Flutter SDK.'
12
11
fi
13
12
if [ !"$(command -v dart)" ];then
14
-
echo'::error::Dark is not installed'
15
-
echo'Please use "uses: dart-lang/setup-dart@v1" or "uses: flutter-actions/setup-flutter@v4" to setup Dart or Flutter SDK.'
13
+
echo'::error::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.'
0 commit comments