zig

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

commit 14c173b2009806e3f408bb8a56f11501bda52820 (tree)
parent 4f9345d20b3b95a1ccfe894bddd8ba5879c10c31
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Tue, 18 Oct 2022 15:30:18 -0700

ci: windows: update tarball

This has the `@max`/`@maximum`, `@min`/`@minimum` update.

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 @@ -16,7 +16,7 @@ jobs: vmImage: 'windows-2019' variables: TARGET: 'x86_64-windows-gnu' - ZIG_LLVM_CLANG_LLD_NAME: 'zig+llvm+lld+clang-${{ variables.TARGET }}-0.10.0-dev.4300+1f196b9e2' + ZIG_LLVM_CLANG_LLD_NAME: 'zig+llvm+lld+clang-${{ variables.TARGET }}-0.10.0-dev.4459+4f9345d20' ZIG_LLVM_CLANG_LLD_URL: 'https://ziglang.org/deps/${{ variables.ZIG_LLVM_CLANG_LLD_NAME }}.zip' steps: - pwsh: |