ci: fix mingw checks by pinning (#3375)

* Workaround for https://github.com/msys2/setup-msys2/issues/167
* Adapted from 05036cb24d
This commit is contained in:
Jerome Robert 2021-10-18 03:38:41 +02:00 committed by GitHub
parent 7c580586f8
commit 56b49c2be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -892,7 +892,8 @@ jobs:
- { sys: mingw64, env: x86_64 }
- { sys: mingw32, env: i686 }
steps:
- uses: msys2/setup-msys2@v2
# Force version because of https://github.com/msys2/setup-msys2/issues/167
- uses: msys2/setup-msys2@v2.4.2
with:
msystem: ${{matrix.sys}}
install: >-