Skip to content

Commit

Permalink
[release] Remove break-packages for CI (#8)
Browse files Browse the repository at this point in the history
## Description
* Remove --break-packages

## Test Plan
* CI

## Revert Plan
* Revert
  • Loading branch information
naveenOnarayanan authored Nov 7, 2024
1 parent 49b811a commit 3ea1789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ea1789

Please sign in to comment.