We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbf54e commit 4a11ea6Copy full SHA for 4a11ea6
1 file changed
.github/workflows/buildwheel.yml
@@ -22,11 +22,13 @@ jobs:
22
- uses: msys2/setup-msys2@v2.30.0
23
with:
24
msystem: ucrt64
25
+ update: true
26
if: ${{ matrix.os == 'windows-2022' }}
27
28
29
30
msystem: clangarm64
31
32
if: ${{ matrix.os == 'windows-11-arm' }}
33
34
# Install pkgconfig on Windows from choco rather than from msys and
0 commit comments