From aed28f9a8cfe8870a40df94bc8e1020cf885072e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 11 Nov 2021 12:44:51 +0100 Subject: [PATCH] Update Zig to 0.8.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c7b2611..b00eb8f2 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.8.0/zig-linux-x86_64-0.8.0.tar.xz | tar xJ -f - -C /opt/ + curl -sL -o - https://ziglang.org/download/0.8.1/zig-linux-x86_64-0.8.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