Fix setup script for Github

This commit is contained in:
Jean-Michel Picod
2020-02-24 19:34:39 +01:00
parent a73837cb59
commit dbde04df45

View File

@@ -16,7 +16,7 @@
set -e
# Ensure the script doesn't fail on Github workflows
TERM=${TERM:-vt100}
export TERM=${TERM:-vt100}
# Check that rustup and pip3 are installed
check_command () {