Skip to content

Commit aed28f9

Browse files
committed
Update Zig to 0.8.1
1 parent 8cb92dc commit aed28f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
curl https://get.wasmer.io -sSfL | sh
1717
displayName: Install wasmer
1818
- 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/
19+
curl -sL -o - https://ziglang.org/download/0.8.1/zig-linux-x86_64-0.8.1.tar.xz | tar xJ -f - -C /opt/
2020
sudo mv /opt/zig-* /opt/zig
2121
env PATH=/opt/zig/bin:/opt/zig:$PATH
2222
displayName: Install the Zig SDK

0 commit comments

Comments
 (0)