From ccea2082c325c203368cc5ddf88f845911e529e1 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 14 Sep 2026 20:59:24 +0200 Subject: [PATCH] fix(ci): add xterm --- .gitea/workflows/bash.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/bash.yaml b/.gitea/workflows/bash.yaml index af3169c..e510b33 100644 --- a/.gitea/workflows/bash.yaml +++ b/.gitea/workflows/bash.yaml @@ -17,5 +17,7 @@ jobs: - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: submodules: true - - name: Run bash unittests + - env: + TERM: xterm + name: Run bash unittests run: make bash/unittest