ci: update snap to Zig 0.14

This commit is contained in:
Mitchell Hashimoto
2025-03-12 16:15:21 -07:00
parent fc21444f2d
commit 1dbeba7065

View File

@ -52,7 +52,7 @@ parts:
rm -rf $CRAFT_PART_SRC/* rm -rf $CRAFT_PART_SRC/*
if [[ -n $arch ]]; then if [[ -n $arch ]]; then
curl -LO --retry-connrefused --retry 10 https://ziglang.org/download/0.13.0/zig-linux-$arch-0.13.0.tar.xz curl -LO --retry-connrefused --retry 10 https://ziglang.org/download/0.14.0/zig-linux-$arch-0.14.0.tar.xz
else else
echo "Unsupported arch" echo "Unsupported arch"
exit 1 exit 1