aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-08-10 23:55:10 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-08-11 12:48:11 -0700
commit64307c28211a7d402bd7f4363dff5b65ab79bd34 (patch)
tree3db11589d35f9bf31f2dce9501c8200b5c139f3d
parentbcc6cdc4fb7784895bd3f508a8a642f3dae5d81e (diff)
downloadzig-64307c28211a7d402bd7f4363dff5b65ab79bd34.tar.gz
zig-64307c28211a7d402bd7f4363dff5b65ab79bd34.zip
CI: update windows tarball
-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 27e95c6842..5ff0a5d61b 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.2931+bdf3fa12f'
+ ZIG_LLVM_CLANG_LLD_NAME: 'zig+llvm+lld+clang-${{ variables.TARGET }}-0.10.0-dev.3524+74673b7f6'
ZIG_LLVM_CLANG_LLD_URL: 'https://ziglang.org/deps/${{ variables.ZIG_LLVM_CLANG_LLD_NAME }}.zip'
steps:
- pwsh: |