File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
54
54
if [ ! -d " ${FLUTTER_RUNNER_TOOL_CACHE} " ]; then
55
55
FLUTTER_BUILD_OS=$FLUTTER_OS
56
- echo " Installing Flutter SDK version \" ${FLUTTER_VERSION} \" from the ${FLUTTER_CHANNEL} channel on ${FLUTTER_OS} "
56
+ echo " Installing Flutter SDK version \" ${FLUTTER_VERSION} \" from the ${FLUTTER_CHANNEL} channel for ${OS} / ${ARCH} ... "
57
57
58
58
# Linux
59
59
# /stable /linux/ flutter_linux_2.10.2-stable.tar.xz
@@ -100,7 +100,7 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
100
100
exit 1
101
101
fi
102
102
else
103
- echo " Cache restored Flutter SDK version \" ${FLUTTER_VERSION} \" from the ${FLUTTER_CHANNEL} channel on ${FLUTTER_OS} "
103
+ echo " Cache restored Flutter SDK version \" ${FLUTTER_VERSION} \" from the ${FLUTTER_CHANNEL} channel for ${OS} / ${ARCH} . "
104
104
fi
105
105
106
106
# Configure pub to use a fixed location.
You can’t perform that action at this time.
0 commit comments