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 d78de66 commit 1d787f8Copy full SHA for 1d787f8
setup.sh
@@ -77,6 +77,8 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
77
echo -e "::error::Download failed! Please check passed arguments."
78
exit 1
79
fi
80
+else
81
+ echo "Cache restored Flutter SDK version \"${FLUTTER_VERSION}\" from the ${FLUTTER_CHANNEL} channel on ${FLUTTER_OS}"
82
83
84
# Configure pub to use a fixed location.
0 commit comments