Skip to content

Commit 5e093a1

Browse files
authored
Update windows-msys2.yml
1 parent 4e2fd34 commit 5e093a1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/windows-msys2.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ jobs:
177177
178178
- name: Run testuite
179179
shell: msys2 {0}
180-
env:
181-
# pass TERM for running ncurses apps (instead of default ms-terminal which _should_ work as well)
182-
TERM: vt100
183180
run: |
184181
# skip test as it sometimes works and sometimes not...
185182
# instead of
@@ -189,6 +186,7 @@ jobs:
189186
190187
# to work around regular hangs we run NIST first, then the internal
191188
# and the later only with 2 jobs
189+
export TERM=vt100
192190
make -C _build check TESTSUITEFLAGS="--jobs=2" || \
193191
make -C _build check TESTSUITEFLAGS="--recheck --verbose"
194192

0 commit comments

Comments
 (0)