[GHA] Set TERM=xterm

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

View file

@ -18,8 +18,6 @@ jobs:
build:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
env:
TERM: xterm-256color
steps:
- uses: actions/checkout@v2
@ -35,4 +33,5 @@ jobs:
- name: Run build
shell: bash
run: |
echo "export TERM=xterm" >> ~/.bashrc
./dev-tools/generate-files.sh