Skip to content

Commit

Permalink
Fix undefined term in Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichelp committed Feb 24, 2020
1 parent b18d309 commit a73837c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a73837c

Please sign in to comment.