We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed733b commit 6244920Copy full SHA for 6244920
action.sh
@@ -110,8 +110,9 @@ echo "PUB_CACHE=${FLUTTER_PUB_CACHE}" >> $GITHUB_ENV
110
echo "${FLUTTER_PUB_CACHE}/bin" >> $GITHUB_PATH
111
echo "${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin" >> $GITHUB_PATH
112
113
-# Disable Google Analytics
+# Disable Google Analytics and CLI animations
114
${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/flutter config --no-analytics
115
+${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/flutter config --no-cli-animations
116
117
# Print Flutter config
118
echo "Flutter config:"
0 commit comments