zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit d1e779cea82665a05a9e6e3427e8ea117f7a9eaf (tree)
parent b306149b22aa7bdf9b02cce788406452926a88c4
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sat,  3 Oct 2020 17:33:51 -0700

ci: update azure msys base installer

hopefully resolves the CI failures

Diffstat:
Mci/azure/pipelines.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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-07-20/msys2-base-x86_64-20200720.sfx.exe", "sfx.exe") + (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") .\sfx.exe -y -o\ del sfx.exe displayName: Download/Extract/Install MSYS2