mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-12 10:48:39 +03:00
ci: update snap to Zig 0.14
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user