Skip to content

Commit 889dad5

Browse files
committed
Add zig binary
1 parent 0118182 commit 889dad5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
microdnf install -y gcc gcc-c++ git
4040
curl https://sh.rustup.rs -sSf | bash -s -- -y
4141
42+
mkdir ../zig
43+
curl --show-error --location https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.1908+06b263825.tar.xz | tar -J -xf - -C ../zig --strip-components 1
44+
export PATH=$PATH:$(pwd)/../zig
45+
echo "$(pwd)/../zig" >> $GITHUB_PATH
4246
setup: |
4347
pnpm install
4448

0 commit comments

Comments
 (0)