CI: run in a MINGW64 shell
This commit is contained in:
parent
eb76bfb492
commit
f295a63b69
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -19,9 +19,12 @@ jobs:
|
||||
- name: setup-msys2
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: MSYS
|
||||
msystem: MINGW64
|
||||
update: true
|
||||
install: p7zip tar mingw-w64-x86_64-qt-installer-framework
|
||||
install: >-
|
||||
tar
|
||||
mingw-w64-x86_64-qt-installer-framework
|
||||
mingw-w64-x86_64-7zip
|
||||
|
||||
- name: Switch to the main mirror
|
||||
shell: msys2 {0}
|
||||
|
||||
@ -78,7 +78,8 @@ create_chroot_system() {
|
||||
main() {
|
||||
pacman -S --noconfirm --needed \
|
||||
"${MINGW_PACKAGE_PREFIX}-qt-installer-framework" \
|
||||
"${MINGW_PACKAGE_PREFIX}-7zip"
|
||||
"${MINGW_PACKAGE_PREFIX}-7zip" \
|
||||
"tar"
|
||||
|
||||
create_chroot_system
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user