Skip to content

Commit 95ad152

Browse files
committed
modified: action.sh
1 parent 470f8bd commit 95ad152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ echo "${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin" >> $GITHUB_PATH
114114
${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/flutter --version --suppress-analytics > /dev/null
115115

116116
# Disable Google Analytics and CLI animations
117-
${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/flutter config --no-analytics
118-
${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/flutter config --no-cli-animations
117+
${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/flutter config --no-analytics > /dev/null
118+
${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/flutter config --no-cli-animations > /dev/null
119119

120120
# Report success, and print version.
121121
echo -e "Succesfully installed Flutter SDK:"

0 commit comments

Comments
 (0)