diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index c46929a4d..ab52a931d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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