try to use latest version off gcc for win32

This commit is contained in:
stalkerg
2020-09-12 13:29:11 +09:00
parent 95e7c3e997
commit b008e914ce

View File

@@ -12,7 +12,9 @@ jobs:
steps:
- uses: numworks/setup-msys2@v1
with:
msystem: MINGW64
msystem: MINGW32
- name: update libs
run: msys2do pacman -Syu
- name: install libs
run: msys2do pacman --noconfirm -S
mingw-w64-i686-ninja