Skip to content

Commit

Permalink
CI: Use 64-bit for Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed Mar 9, 2024
1 parent 56e8705 commit 8050e8b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ runs:
- uses: msys2/setup-msys2@v2
if: startsWith(inputs.os, 'windows')
with:
msystem: MINGW32
msystem: MINGW64
update: true
install: >-
mingw-w64-i686-autotools mingw-w64-i686-gcc mingw-w64-i686-gtk2
mingw-w64-i686-meson mingw-w64-i686-pkg-config mingw-w64-i686-qt5-base
mingw-w64-x86_64-autotools
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gtk2
mingw-w64-x86_64-meson
mingw-w64-x86_64-pkg-config
mingw-w64-x86_64-qt5-base

0 comments on commit 8050e8b

Please sign in to comment.