Skip to content

Commit be71782

Browse files
committed
modified: action.sh
1 parent 3a0b6ea commit be71782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ if [ ! -d "${FLUTTER_RUNNER_TOOL_CACHE}" ]; then
8585
DOWNLOAD_PATH="${RUNNER_TEMP}/${FLUTTER_BUILD}"
8686
if curl --connect-timeout 15 --retry 5 "$FLUTTER_DOWNLOAD_URL" > ${DOWNLOAD_PATH};
8787
then
88+
echo -n "Verifying checksum..."
8889
if [[ $OS == "linux" ]]
8990
then
9091
echo "${FLUTTER_SHA256} ${DOWNLOAD_PATH}" | sha256sum -c -

0 commit comments

Comments
 (0)