diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-02-26 16:45:56 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-02-26 18:18:39 +0000 |
| commit | 05e69c83495c941039dffc1f3688a34c9db69a56 (patch) | |
| tree | ebfa0e24baa997397825286b560de2b31b4de069 /.github/workflows | |
| parent | 84628d8b68e4ad6e786e051072c4f11b692bd2b2 (diff) | |
ci.yml: let's dumb the TERM
It is to avoid "tput: No value for $TERM and no -T specified" in logs.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a77c3e73b..24587f853 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: env: GOPATH: /__w/syzkaller/syzkaller/gopath CI: true + TERM: dumb steps: # Checks out syzkaller repo at the path. - name: checkout @@ -40,6 +41,7 @@ jobs: env: GOPATH: /__w/syzkaller/syzkaller/gopath CI: true + TERM: dumb steps: - name: checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -72,6 +74,7 @@ jobs: env: GOPATH: /__w/syzkaller/syzkaller/gopath CI: true + TERM: dumb steps: - name: checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -93,6 +96,7 @@ jobs: env: GOPATH: /__w/syzkaller/syzkaller/gopath CI: true + TERM: dumb strategy: matrix: target: [ presubmit_arch_linux, presubmit_arch_freebsd, presubmit_arch_netbsd, presubmit_arch_openbsd, presubmit_arch_darwin, presubmit_arch_windows, presubmit_arch_executor ] @@ -113,6 +117,7 @@ jobs: env: GOPATH: /__w/syzkaller/syzkaller/gopath CI: true + TERM: dumb steps: - name: checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -141,6 +146,7 @@ jobs: env: GOPATH: /__w/syzkaller/syzkaller/gopath CI: true + TERM: dumb steps: - name: checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
