Skip to content

Commit 35b3f35

Browse files
committed
oops forgot we're doing a cross compile
1 parent fb0eb41 commit 35b3f35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/turborepo-library-release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
sudo apt update
3030
sudo apt install -y g++-aarch64-linux-gnu libc6-dev-arm64-cross xz-utils
3131
mkdir zig
32-
curl --show-error --location https://ziglang.org/builds/zig-linux-aarch64-0.14.0-dev.3028+cdc9d65b0.tar.xz | tar -J -xf - -C zig --strip-components 1
32+
curl --show-error --location https://ziglang.org/builds/zig-linux-x86_64-0.14.0-dev.3028+cdc9d65b0.tar.xz | tar -J -xf - -C zig --strip-components 1
3333
export PATH=$PATH:$(pwd)/zig
3434
echo "$(pwd)/zig" >> $GITHUB_PATH
35-
zig
3635
3736
- host: ubuntu-latest
3837
target: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)