| author | |
| committer | |
| log | aa902c7042402d4602797f91ef8ec8b96cb179a7 |
| tree | d2ad0d4cd0b764d9cc89bb1742d3a1f76ae9a793 |
| parent | aca665cebd2b6ec9ec3db669cf5446ee45bbb5d0 |
1 files changed, 1 insertions(+), 1 deletions(-)
ci/azure/pipelines.yml+1-1| ... | @@ -27,7 +27,7 @@ jobs: | ... | @@ -27,7 +27,7 @@ jobs: |
| 27 | timeoutInMinutes: 360 | 27 | timeoutInMinutes: 360 |
| 28 | steps: | 28 | steps: |
| 29 | - powershell: | | 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 | .\sfx.exe -y -o\ | 31 | .\sfx.exe -y -o\ |
| 32 | displayName: Download/Extract/Install MSYS2 | 32 | displayName: Download/Extract/Install MSYS2 |
| 33 | - script: | | 33 | - script: | |