aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-09-15 10:32:21 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-09-15 10:32:33 -0700
commit2b90e2c2841e805ed1a1c3d16da96eb2fb8cd97d (patch)
treedaa5f8452eaa99898853a68201a3634ba9c0be50 /ci
parent25416d8121d14ec6a2a94943cfa4e2fb944e215b (diff)
downloadzig-2b90e2c2841e805ed1a1c3d16da96eb2fb8cd97d.tar.gz
zig-2b90e2c2841e805ed1a1c3d16da96eb2fb8cd97d.zip
ci: azure: update to newer msys2 release
Diffstat (limited to 'ci')
-rw-r--r--ci/azure/pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml
index 755020a6f4..5ecfe14b7f 100644
--- a/ci/azure/pipelines.yml
+++ b/ci/azure/pipelines.yml
@@ -38,7 +38,7 @@ jobs:
timeoutInMinutes: 360
steps:
- powershell: |
- (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2021-06-04/msys2-base-x86_64-20210604.sfx.exe", "sfx.exe")
+ (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")
.\sfx.exe -y -o\
del sfx.exe
displayName: Download/Extract/Install MSYS2