mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
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:
parent
7c580586f8
commit
56b49c2be2
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -892,7 +892,8 @@ jobs:
|
|||||||
- { sys: mingw64, env: x86_64 }
|
- { sys: mingw64, env: x86_64 }
|
||||||
- { sys: mingw32, env: i686 }
|
- { sys: mingw32, env: i686 }
|
||||||
steps:
|
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:
|
with:
|
||||||
msystem: ${{matrix.sys}}
|
msystem: ${{matrix.sys}}
|
||||||
install: >-
|
install: >-
|
||||||
|
Loading…
Reference in New Issue
Block a user