Skip to content

Commit

Permalink
generate installer on UCRT64 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Feb 20, 2024
1 parent 3b935b9 commit 49ca26c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
- name: setup-msys2
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
msystem: UCRT64
update: true
install: >-
tar
mingw-w64-x86_64-qt-installer-framework
mingw-w64-x86_64-7zip
pacboy: >-
qt-installer-framework:p
7zip:p
- name: Switch to the main mirror
shell: msys2 {0}
Expand Down

0 comments on commit 49ca26c

Please sign in to comment.