Fix undefined term in Github workflows
This commit is contained in:
3
setup.sh
3
setup.sh
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user