Skip to content

Commit 4ed733b

Browse files
committed
Print the default Flutter SDK configs
1 parent a32a924 commit 4ed733b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ echo "${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin" >> $GITHUB_PATH
113113
# Disable Google Analytics
114114
${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/flutter config --no-analytics
115115

116+
# Print Flutter config
117+
echo "Flutter config:"
118+
${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/flutter config
119+
116120
# Report success, and print version.
117121
echo -e "Succesfully installed Flutter SDK:"
118122
${FLUTTER_RUNNER_TOOL_CACHE}/flutter/bin/dart --version

0 commit comments

Comments
 (0)