Skip to content
Snippets Groups Projects
Commit dbde04df authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Fix setup script for Github

parent a73837cb
No related branches found
No related tags found
No related merge requests found
......@@ -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 () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment