Skip to content

Commit 1dbeba7

Browse files
committed
ci: update snap to Zig 0.14
1 parent fc21444 commit 1dbeba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ parts:
5252
rm -rf $CRAFT_PART_SRC/*
5353
5454
if [[ -n $arch ]]; then
55-
curl -LO --retry-connrefused --retry 10 https://ziglang.org/download/0.13.0/zig-linux-$arch-0.13.0.tar.xz
55+
curl -LO --retry-connrefused --retry 10 https://ziglang.org/download/0.14.0/zig-linux-$arch-0.14.0.tar.xz
5656
else
5757
echo "Unsupported arch"
5858
exit 1

0 commit comments

Comments
 (0)