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

Fix undefined term in Github workflows

parent b18d3097
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
set -e set -e
# Ensure the script doesn't fail on Github workflows
TERM=${TERM:-vt100}
# Check that rustup and pip3 are installed # Check that rustup and pip3 are installed
check_command () { check_command () {
if ! which "$1" >/dev/null if ! which "$1" >/dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment