CI: install mingw-w64-cross-gcc

This commit is contained in:
Christoph Reiter 2021-03-26 13:59:26 +01:00
parent 55e038fd95
commit 829d0a3519

View File

@ -15,7 +15,7 @@ jobs:
with: with:
msystem: MSYS msystem: MSYS
update: true update: true
install: msys2-devel base-devel install: msys2-devel base-devel mingw-w64-cross-gcc
- name: Build - name: Build
shell: msys2 {0} shell: msys2 {0}