diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-01-29 11:28:57 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-01-29 11:28:57 -0700 |
| commit | aa902c7042402d4602797f91ef8ec8b96cb179a7 (patch) | |
| tree | d2ad0d4cd0b764d9cc89bb1742d3a1f76ae9a793 /ci | |
| parent | aca665cebd2b6ec9ec3db669cf5446ee45bbb5d0 (diff) | |
| download | zig-aa902c7042402d4602797f91ef8ec8b96cb179a7.tar.gz zig-aa902c7042402d4602797f91ef8ec8b96cb179a7.zip | |
ci: azure: update to newer msys2 release
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/azure/pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml index eea4d13c32..4524ee9fb1 100644 --- a/ci/azure/pipelines.yml +++ b/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: | |
