diff options
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c02a24d0..c17e163e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: GOPATH: /__w/syzkaller/syzkaller/gopath CI: true TERM: dumb + GITHUB_ACTIONS: true steps: - name: checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -75,6 +76,7 @@ jobs: GOPATH: /__w/syzkaller/syzkaller/gopath CI: true TERM: dumb + GITHUB_ACTIONS: true steps: - name: checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
