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 5252
5353if [ ! -d " ${FLUTTER_RUNNER_TOOL_CACHE} " ]; then
5454 FLUTTER_BUILD_OS=$FLUTTER_OS
55- echo " Installing Flutter SDK version \" ${FLUTTER_VERSION} \" from the ${FLUTTER_CHANNEL} channel on ${FLUTTER_OS} "
55+ echo " Installing Flutter SDK version \" ${FLUTTER_VERSION} \" from the ${FLUTTER_CHANNEL} channel for ${OS} / ${ARCH} ... "
5656
5757 # Linux
5858 # /stable /linux/ flutter_linux_2.10.2-stable.tar.xz
@@ -99,7 +99,7 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
9999 exit 1
100100 fi
101101else
102- echo " Cache restored Flutter SDK version \" ${FLUTTER_VERSION} \" from the ${FLUTTER_CHANNEL} channel on ${FLUTTER_OS} "
102+ echo " Cache restored Flutter SDK version \" ${FLUTTER_VERSION} \" from the ${FLUTTER_CHANNEL} channel for ${OS} / ${ARCH} . "
103103fi
104104
105105# Configure pub to use a fixed location.
You can’t perform that action at this time.
0 commit comments