Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Feb 11, 2025
1 parent 59465eb commit 0ab5265
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ jobs:
shell: msys2 {0}
run: |
# Export added on 2025-02-11 to fix texi2dvi bug
export OSTYPE=msys
make -C _build --jobs=$(($(nproc)+1))
make -C _build --jobs=$(($(nproc)+1)) dist
OSTYPE=msys make -C _build --jobs=$(($(nproc)+1))
OSTYPE=msys make -C _build --jobs=$(($(nproc)+1)) dist
- name: Upload config-dist.log
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0ab5265

Please sign in to comment.