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 3a0b6ea commit be71782Copy full SHA for be71782
action.sh
@@ -85,6 +85,7 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
85
DOWNLOAD_PATH="${RUNNER_TEMP}/${FLUTTER_BUILD}"
86
if curl --connect-timeout 15 --retry 5 "$FLUTTER_DOWNLOAD_URL" > ${DOWNLOAD_PATH};
87
then
88
+ echo -n "Verifying checksum..."
89
if [[ $OS == "linux" ]]
90
91
echo "${FLUTTER_SHA256} ${DOWNLOAD_PATH}" | sha256sum -c -
0 commit comments