diff --git a/setup.sh b/setup.sh index ae0fd0c..c4ff228 100755 --- a/setup.sh +++ b/setup.sh @@ -15,6 +15,9 @@ set -e +# Ensure the script doesn't fail on Github workflows +TERM=${TERM:-vt100} + # Check that rustup and pip3 are installed check_command () { if ! which "$1" >/dev/null