aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-07-25 22:21:52 -0700
committerAndrew Kelley <andrew@ziglang.org>2020-07-25 22:21:52 -0700
commit9b75091fd4e2e6f406515fce645e1b50e978fded (patch)
treebf7cbd68db33b6ec78bb507679b6047d88026dfa /ci
parent995fd7314cd230ca7c829bb478f88b1ab7efd7b4 (diff)
downloadzig-9b75091fd4e2e6f406515fce645e1b50e978fded.tar.gz
zig-9b75091fd4e2e6f406515fce645e1b50e978fded.zip
ci: update msys2 installer
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 388d6db044..7cd1d596b4 100644
--- a/ci/azure/pipelines.yml
+++ b/ci/azure/pipelines.yml
@@ -41,7 +41,7 @@ jobs:
steps:
- powershell: |
- (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2020-06-02/msys2-base-x86_64-20200602.sfx.exe", "sfx.exe")
+ (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")
.\sfx.exe -y -o\
del sfx.exe
displayName: Download/Extract/Install MSYS2