From 3f50bb8fa74436f36202b2582f02be7f91644ab5 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Fri, 4 Feb 2022 13:23:30 -0500 Subject: [PATCH] tput requires explicit terminal type in CI (#791) Signed-off-by: Alex Goodman --- .github/scripts/apple-signing/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/apple-signing/utils.sh b/.github/scripts/apple-signing/utils.sh index 1f11ab6dc..2d056eb40 100644 --- a/.github/scripts/apple-signing/utils.sh +++ b/.github/scripts/apple-signing/utils.sh @@ -2,7 +2,7 @@ PURPLE='\033[0;35m' GREEN='\033[0;32m' RED='\033[0;31m' -BOLD=$(tput bold) +BOLD=$(tput -T linux bold) RESET='\033[0m' function success() {