Skip to content

Commit fc2cc19

Browse files
lygstaterth7680
authored andcommitted
ci: Upgrade msys2 release to 20220603
Signed-off-by: Yonggang Luo <[email protected]> Reviewed-by: Bin Meng <[email protected]> Message-Id: <[email protected]> Signed-off-by: Richard Henderson <[email protected]>
1 parent 9fac07b commit fc2cc19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ windows_msys2_task:
1212
CIRRUS_SHELL: powershell
1313
MSYS: winsymlinks:native
1414
MSYSTEM: MINGW64
15-
MSYS2_URL: https://github.com/msys2/msys2-installer/releases/download/2022-05-03/msys2-base-x86_64-20220503.sfx.exe
15+
MSYS2_URL: https://github.com/msys2/msys2-installer/releases/download/2022-06-03/msys2-base-x86_64-20220603.sfx.exe
1616
MSYS2_FINGERPRINT: 0
1717
MSYS2_PACKAGES: "
1818
diffutils git grep make pkg-config sed

.gitlab-ci.d/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
- If ( !(Test-Path -Path msys64\var\cache\msys2.exe ) ) {
1919
Invoke-WebRequest
20-
"https://github.com/msys2/msys2-installer/releases/download/2022-05-03/msys2-base-x86_64-20220503.sfx.exe"
20+
"https://github.com/msys2/msys2-installer/releases/download/2022-06-03/msys2-base-x86_64-20220603.sfx.exe"
2121
-outfile "msys64\var\cache\msys2.exe"
2222
}
2323
- msys64\var\cache\msys2.exe -y

0 commit comments

Comments
 (0)