Try using msystem instead.

This commit is contained in:
Gonzalo Exequiel Pedone 2021-10-29 19:36:31 -03:00
parent 90a8a6511d
commit 78f930b3bf
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF

View file

@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
defaults: defaults:
run: run:
shell: mingw64 {0} shell: msys2 {0}
strategy: strategy:
max-parallel: 10 max-parallel: 10
fail-fast: false fail-fast: false
@ -26,6 +26,7 @@ jobs:
- uses: msys2/setup-msys2@v2 - uses: msys2/setup-msys2@v2
with: with:
update: true update: true
msystem: mingw64
install: >- install: >-
ccache ccache
clang clang