Skip to content

Commit

Permalink
Build Windows binaries in UCRT64 environment instead of MINGW64
Browse files Browse the repository at this point in the history
  • Loading branch information
fo76utils committed Mar 31, 2024
1 parent aed7689 commit 1ad3ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: 'Setup MSYS2'
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
msystem: UCRT64
update: true
cache: true
install: 'base-devel mingw-w64-x86_64-toolchain mingw64/mingw-w64-x86_64-SDL2 msys/p7zip mingw-w64-x86_64-qt5-base mingw64/mingw-w64-x86_64-qt5-3d mingw64/mingw-w64-x86_64-qt5-imageformats'
install: 'base-devel mingw-w64-ucrt-x86_64-gcc msys/p7zip mingw-w64-ucrt-x86_64-qt5-base mingw-w64-ucrt-x86_64-qt5-3d mingw-w64-ucrt-x86_64-qt5-imageformats'

- name: 'Build with qmake'
shell: msys2 {0}
Expand Down

0 comments on commit 1ad3ad4

Please sign in to comment.