File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,11 +132,11 @@ echo "${FLUTTER_PUB_CACHE}/bin" >> $GITHUB_PATH
132
132
echo " ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin" >> $GITHUB_PATH
133
133
134
134
# Invoke Flutter SDK to suppress the analytics.
135
- ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin/flutter --version --suppress-analytics > /dev/null
135
+ ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin/flutter --version --suppress-analytics 2 & > 1 > /dev/null
136
136
137
137
# Disable Google Analytics and CLI animations
138
- ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin/flutter config --no-analytics > /dev/null
139
- ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin/flutter config --no-cli-animations > /dev/null
138
+ ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin/flutter config --no-analytics 2 & > 1 > /dev/null
139
+ ${FLUTTER_RUNNER_TOOL_CACHE} /flutter/bin/flutter config --no-cli-animations 2 & > 1 > /dev/null
140
140
141
141
# Report success, and print version.
142
142
echo -e " Succesfully installed Flutter SDK:"
You can’t perform that action at this time.
0 commit comments