We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77ae17 commit 6a846a8Copy full SHA for 6a846a8
.github/workflows/.ubuntu.yml
@@ -165,7 +165,7 @@ jobs:
165
sudo apt update
166
sudo apt-get install cmake curl tar wine
167
mkdir build-debug && cd build-debug
168
- export ZIG=zig-linux-x86_64-0.12.0-dev.1834+f36ac227b
+ export ZIG=zig-linux-x86_64-0.14.0-dev.3222+8a3aebaee
169
curl -o zig.tar.xz "https://ziglang.org/builds/$ZIG.tar.xz"
170
tar -xf zig.tar.xz
171
export CC="$(pwd)/$ZIG/zig cc -target x86_64-windows"
0 commit comments