From cadf901940f33d8934f0215fee9fe7d4d4f1670f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 7 Feb 2023 12:57:21 +0100 Subject: [PATCH] Azure: update to zig 0.10.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1fd2bfbc..0c75b8a9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ jobs: curl https://get.wasmer.io -sSfL | sh displayName: Install wasmer - script: | - curl -sL -o - https://ziglang.org/download/0.10.0/zig-linux-x86_64-0.10.0.tar.xz | tar xJ -f - -C /opt/ + curl -sL -o - https://ziglang.org/download/0.10.1/zig-linux-x86_64-0.10.1.tar.xz | tar xJ -f - -C /opt/ sudo mv /opt/zig-* /opt/zig env PATH=/opt/zig/bin:/opt/zig:$PATH displayName: Install the Zig SDK