Skip to content

Commit f6cc6db

Browse files
committed
Update zig link
1 parent fd6f909 commit f6cc6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
curl https://sh.rustup.rs -sSf | bash -s -- -y
4141
4242
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
43+
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
4444
export PATH=$PATH:$(pwd)/../zig
4545
echo "$(pwd)/../zig" >> $GITHUB_PATH
4646
setup: |

0 commit comments

Comments
 (0)