[GHA] Set TERM

This commit is contained in:
Mitchell Krog 2021-06-21 12:11:58 +02:00
parent 9a99ab90f7
commit 9c194b8516
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -18,8 +18,10 @@ jobs:
build: build:
if: "!contains(github.event.head_commit.message, 'skip ci')" if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
TERM: xterm-256color
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install Nginx Stable - name: Install Nginx Stable