We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb6825 commit 59465ebCopy full SHA for 59465eb
.github/workflows/windows-msys2.yml
@@ -47,6 +47,8 @@ jobs:
47
- name: Build GnuCOBOL Source Distribution
48
shell: msys2 {0}
49
run: |
50
+ # Export added on 2025-02-11 to fix texi2dvi bug
51
+ export OSTYPE=msys
52
make -C _build --jobs=$(($(nproc)+1))
53
make -C _build --jobs=$(($(nproc)+1)) dist
54
0 commit comments