File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ windows_msys2_task:
12
12
CIRRUS_SHELL : powershell
13
13
MSYS : winsymlinks:native
14
14
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
16
16
MSYS2_FINGERPRINT : 0
17
17
MSYS2_PACKAGES : "
18
18
diffutils git grep make pkg-config sed
Original file line number Diff line number Diff line change 17
17
}
18
18
- If ( !(Test-Path -Path msys64\var\cache\msys2.exe ) ) {
19
19
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"
21
21
-outfile "msys64\var\cache\msys2.exe"
22
22
}
23
23
- msys64\var\cache\msys2.exe -y
You can’t perform that action at this time.
0 commit comments