We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb92dc commit aed28f9Copy full SHA for aed28f9
1 file changed
azure-pipelines.yml
@@ -16,7 +16,7 @@ jobs:
16
curl https://get.wasmer.io -sSfL | sh
17
displayName: Install wasmer
18
- script: |
19
- 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/
20
sudo mv /opt/zig-* /opt/zig
21
env PATH=/opt/zig/bin:/opt/zig:$PATH
22
displayName: Install the Zig SDK
0 commit comments