From 248ff4e6e51a4be4882e1d2eb23c1bfcd524f2c4 Mon Sep 17 00:00:00 2001 From: Naveen Narayanan Date: Wed, 6 Nov 2024 21:13:31 -0800 Subject: [PATCH] [release] Remove break-packages for CI --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 8e2a00f8..60eb15c8 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -70,7 +70,7 @@ if [[ -z "$VERSION" ]]; then fi # Build the project -pip3 install ziglang --break-system-packages +pip3 install ziglang cargo install cargo-zigbuild rustup target add "${TARGET}" cargo zigbuild --target "${TARGET}" --release