mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-22 04:44:36 +00:00
ci: debian 12 build should use zig 0.14
This commit is contained in:
@@ -28,7 +28,7 @@ RUN . /etc/os-release; if [ $VERSION_ID -le 12 ]; then ln -s libbz2.so /usr/lib/
|
||||
|
||||
# Install zig
|
||||
# https://ziglang.org/download/
|
||||
ARG ZIG_VERSION="0.13.0"
|
||||
ARG ZIG_VERSION="0.14.0"
|
||||
RUN wget -q "https://ziglang.org/download/$ZIG_VERSION/zig-linux-$(uname -m)-$ZIG_VERSION.tar.xz" && \
|
||||
tar -xf "zig-linux-$(uname -m)-$ZIG_VERSION.tar.xz" -C /opt && \
|
||||
rm zig-linux-* && \
|
||||
|
||||
Reference in New Issue
Block a user