Skip to content

Commit

Permalink
Switch Windows GA build to 64bit
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Jan 5, 2024
1 parent 150de72 commit c877d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: Setup MSYS2 environment
uses: msys2/setup-msys2@v2
with:
msystem: MINGW32
msystem: UCRT64
update: true
install: mingw-w64-i686-gcc automake autoconf pkg-config make zip mingw-w64-i686-poppler mingw-w64-i686-wxWidgets
install: mingw-w64-ucrt-x86_64-gcc automake autoconf pkg-config make zip mingw-w64-ucrt-x86_64-poppler mingw-w64-ucrt-x86_64-wxWidgets

- name: Bootstrap
run: ./bootstrap
Expand Down

0 comments on commit c877d1d

Please sign in to comment.