diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-08-24 16:18:42 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-08-24 16:18:42 -0700 |
| commit | f4980a480023c36692da52083f421e068e40f6b3 (patch) | |
| tree | adf61541fdcc05505306d3e165b7998ef0e22bda /ci | |
| parent | a9af4727286734cd9b05d3b031e6d5c1834a6a8b (diff) | |
| download | zig-f4980a480023c36692da52083f421e068e40f6b3.tar.gz zig-f4980a480023c36692da52083f421e068e40f6b3.zip | |
CI: windows: update tarball
needed because of some changes to std.dwarf
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/azure/pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml index e77c759275..33747d4d18 100644 --- a/ci/azure/pipelines.yml +++ b/ci/azure/pipelines.yml @@ -27,7 +27,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.3671+62ff8871e' + ZIG_LLVM_CLANG_LLD_NAME: 'zig+llvm+lld+clang-${{ variables.TARGET }}-0.10.0-dev.3733+a9af47272' ZIG_LLVM_CLANG_LLD_URL: 'https://ziglang.org/deps/${{ variables.ZIG_LLVM_CLANG_LLD_NAME }}.zip' steps: - pwsh: | |
