Skip to content

Commit 9ef9e5e

Browse files
[release] Remove break-packages for CI (#8)
## Description * Remove --break-packages ## Test Plan * CI ## Revert Plan * Revert
1 parent f4206df commit 9ef9e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if [[ -z "$VERSION" ]]; then
7070
fi
7171

7272
# Build the project
73-
pip3 install ziglang --break-system-packages
73+
pip3 install ziglang
7474
cargo install cargo-zigbuild
7575
rustup target add "${TARGET}"
7676
cargo zigbuild --target "${TARGET}" --release

0 commit comments

Comments
 (0)