ci: Upgrade msys2 release to 20220603
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Message-Id: <20220728200422.1502-1-luoyonggang@gmail.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
9fac07bea8
commit
fc2cc19ffa
@ -12,7 +12,7 @@ windows_msys2_task:
|
|||||||
CIRRUS_SHELL: powershell
|
CIRRUS_SHELL: powershell
|
||||||
MSYS: winsymlinks:native
|
MSYS: winsymlinks:native
|
||||||
MSYSTEM: MINGW64
|
MSYSTEM: MINGW64
|
||||||
MSYS2_URL: https://github.com/msys2/msys2-installer/releases/download/2022-05-03/msys2-base-x86_64-20220503.sfx.exe
|
MSYS2_URL: https://github.com/msys2/msys2-installer/releases/download/2022-06-03/msys2-base-x86_64-20220603.sfx.exe
|
||||||
MSYS2_FINGERPRINT: 0
|
MSYS2_FINGERPRINT: 0
|
||||||
MSYS2_PACKAGES: "
|
MSYS2_PACKAGES: "
|
||||||
diffutils git grep make pkg-config sed
|
diffutils git grep make pkg-config sed
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
- If ( !(Test-Path -Path msys64\var\cache\msys2.exe ) ) {
|
- If ( !(Test-Path -Path msys64\var\cache\msys2.exe ) ) {
|
||||||
Invoke-WebRequest
|
Invoke-WebRequest
|
||||||
"https://github.com/msys2/msys2-installer/releases/download/2022-05-03/msys2-base-x86_64-20220503.sfx.exe"
|
"https://github.com/msys2/msys2-installer/releases/download/2022-06-03/msys2-base-x86_64-20220603.sfx.exe"
|
||||||
-outfile "msys64\var\cache\msys2.exe"
|
-outfile "msys64\var\cache\msys2.exe"
|
||||||
}
|
}
|
||||||
- msys64\var\cache\msys2.exe -y
|
- msys64\var\cache\msys2.exe -y
|
||||||
|
Loading…
Reference in New Issue
Block a user