Skip to content

Commit 6a846a8

Browse files
committed
Fix build
1 parent d77ae17 commit 6a846a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
sudo apt update
166166
sudo apt-get install cmake curl tar wine
167167
mkdir build-debug && cd build-debug
168-
export ZIG=zig-linux-x86_64-0.12.0-dev.1834+f36ac227b
168+
export ZIG=zig-linux-x86_64-0.14.0-dev.3222+8a3aebaee
169169
curl -o zig.tar.xz "https://ziglang.org/builds/$ZIG.tar.xz"
170170
tar -xf zig.tar.xz
171171
export CC="$(pwd)/$ZIG/zig cc -target x86_64-windows"

0 commit comments

Comments
 (0)