| ... | ... | @@ -41,7 +41,7 @@ jobs: |
| 41 | 41 | |
| 42 | 42 | steps: |
| 43 | 43 | - powershell: | |
| 44 | | (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2020-07-20/msys2-base-x86_64-20200720.sfx.exe", "sfx.exe") |
| 44 | (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2020-09-03/msys2-base-x86_64-20200903.sfx.exe", "sfx.exe") |
| 45 | 45 | .\sfx.exe -y -o\ |
| 46 | 46 | del sfx.exe |
| 47 | 47 | displayName: Download/Extract/Install MSYS2 |