snap: fix Zig 0.15 install

This commit is contained in:
Mitchell Hashimoto
2025-10-03 14:12:03 -07:00
parent f052eb435e
commit 42a38ff672

View File

@@ -58,9 +58,9 @@ parts:
exit 1
fi
tar xf zig-lin*xz
tar xf zig-$arch-lin*xz
rm -f *xz
mv zig-linux*/* .
mv zig-$arch-linux*/* .
prime:
- -*