Skip to content

Commit 59465eb

Browse files
committed
Fix MSYS2 CI
1 parent 3fb6825 commit 59465eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows-msys2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
- name: Build GnuCOBOL Source Distribution
4848
shell: msys2 {0}
4949
run: |
50+
# Export added on 2025-02-11 to fix texi2dvi bug
51+
export OSTYPE=msys
5052
make -C _build --jobs=$(($(nproc)+1))
5153
make -C _build --jobs=$(($(nproc)+1)) dist
5254

0 commit comments

Comments
 (0)