We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcab694 commit 205dda2Copy full SHA for 205dda2
scripts/build.sh
@@ -70,7 +70,7 @@ if [[ -z "$VERSION" ]]; then
70
fi
71
72
# Build the project
73
-pip3 install ziglang --break-system-packages
+pip3 install ziglang
74
cargo install cargo-zigbuild
75
rustup target add "${TARGET}"
76
cargo zigbuild --target "${TARGET}" --release
0 commit comments