Skip to content

Commit 4a11ea6

Browse files
committed
Add update flag
1 parent 2fbf54e commit 4a11ea6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
- uses: msys2/setup-msys2@v2.30.0
2323
with:
2424
msystem: ucrt64
25+
update: true
2526
if: ${{ matrix.os == 'windows-2022' }}
2627

2728
- uses: msys2/setup-msys2@v2.30.0
2829
with:
2930
msystem: clangarm64
31+
update: true
3032
if: ${{ matrix.os == 'windows-11-arm' }}
3133

3234
# Install pkgconfig on Windows from choco rather than from msys and

0 commit comments

Comments
 (0)