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 a32a924 commit 4ed733bCopy full SHA for 4ed733b
action.sh
@@ -113,6 +113,10 @@ echo "${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin" >> $GITHUB_PATH
113
# Disable Google Analytics
114
${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/flutter config --no-analytics
115
116
+# Print Flutter config
117
+echo "Flutter config:"
118
+${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/flutter config
119
+
120
# Report success, and print version.
121
echo -e "Succesfully installed Flutter SDK:"
122
${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/dart --version
0 commit comments