We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2da28fe + 329df3a commit fe1f577Copy full SHA for fe1f577
2 files changed
.github/workflows/buildwheel.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- uses: msys2/setup-msys2@v2.30.0
23
with:
24
- msystem: mingw64
+ msystem: ucrt64
25
if: ${{ startsWith( matrix.os , 'windows' ) }}
26
27
# Install pkgconfig on Windows from choco rather than from msys and
bin/cibw_before_all_windows.sh
@@ -3,8 +3,8 @@
3
set -o errexit
4
5
pacman -S --noconfirm \
6
- mingw-w64-x86_64-gcc\
7
- mingw-w64-x86_64-tools-git\
+ mingw-w64-ucrt-x86_64-gcc\
+ mingw-w64-ucrt-x86_64-tools-git\
8
m4\
9
make\
10
base-devel\
0 commit comments