Skip to content

Commit 248ff4e

Browse files
[release] Remove break-packages for CI
1 parent 49b811a commit 248ff4e

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)