From 9c194b8516cece9845c39317af2f85b7b303690e Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 12:11:58 +0200 Subject: [PATCH] [GHA] Set TERM --- .github/workflows/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index bd831dc3c..c46929a4d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -18,8 +18,10 @@ jobs: build: if: "!contains(github.event.head_commit.message, 'skip ci')" runs-on: ubuntu-latest + env: + TERM: xterm-256color - steps: + steps: - uses: actions/checkout@v2 - name: Install Nginx Stable