zig

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

commit 408d8df86c55decd79020d472855624d98e32b03 (tree)
parent 7d5538c32b7acfb6878be4178af2f71977d0cf9d
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon, 14 Jun 2021 12:03:10 -0700

ci: azure: update to newer msys2 release

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 @@ -38,7 +38,7 @@ jobs: timeoutInMinutes: 360 steps: - powershell: | - (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2021-02-28/msys2-base-x86_64-20210228.sfx.exe", "sfx.exe") + (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") .\sfx.exe -y -o\ del sfx.exe displayName: Download/Extract/Install MSYS2