| ... | ... | @@ -27,7 +27,7 @@ jobs: |
| 27 | 27 | timeoutInMinutes: 360 |
| 28 | 28 | steps: |
| 29 | 29 | - powershell: | |
| 30 | | (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") |
| 30 | (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") |
| 31 | 31 | .\sfx.exe -y -o\ |
| 32 | 32 | displayName: Download/Extract/Install MSYS2 |
| 33 | 33 | - script: | |