Commit 452c35656e
2022-01-29 19:28:57
1 parent
a24f4d8Changed files (1)
ci
azure
ci/azure/pipelines.yml
@@ -27,7 +27,7 @@ jobs:
timeoutInMinutes: 360
steps:
- powershell: |
- (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2021-07-25/msys2-base-x86_64-20210725.sfx.exe", "sfx.exe")
+ (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2022-01-28/msys2-base-x86_64-20220128.sfx.exe", "sfx.exe")
.\sfx.exe -y -o\
displayName: Download/Extract/Install MSYS2
- script: |