diff --git a/setup.sh b/setup.sh index 88edab6..58cd0bb 100755 --- a/setup.sh +++ b/setup.sh @@ -99,5 +99,5 @@ echo "${PUBCACHE}/bin" >> $GITHUB_PATH echo "${RUNNER_TOOL_CACHE}/dart-sdk/bin" >> $GITHUB_PATH # Report success, and print version. -echo -e "Succesfully installed Dart SDK:" +echo -e "Successfully installed Dart SDK:" ${RUNNER_TOOL_CACHE}/dart-sdk/bin/dart --version