mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
[GHA] Set TERM=xterm
This commit is contained in:
parent
9c194b8516
commit
8157ff7f1c
1 changed files with 1 additions and 2 deletions
3
.github/workflows/action.yml
vendored
3
.github/workflows/action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue