File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
3030 os : macos-13
3131 target : x86_64-apple-darwin
3232 bin_name : mcp-v8-macos
33- build_cmd : cargo zigbuild --release --target x86_64-apple-darwin
33+ build_cmd : cargo build --release --target x86_64-apple-darwin
3434 out_path : server/target/x86_64-apple-darwin/release/server
3535 - name : macOS ARM64
3636 os : macos-14
3737 target : aarch64-apple-darwin
3838 bin_name : mcp-v8-macos-arm64
39- build_cmd : cargo zigbuild --release --target aarch64-apple-darwin
39+ build_cmd : cargo build --release --target aarch64-apple-darwin
4040 out_path : server/target/aarch64-apple-darwin/release/server
4141
4242 steps :
Original file line number Diff line number Diff line change 77 rustup
88 deno
99 cacert
10- cargo-zigbuild
1110 ] ;
1211 RUSTC_VERSION = pkgs . lib . readFile ./rust-toolchain ;
1312 # https://github.com/rust-lang/rust-bindgen#environment-variables
You can’t perform that action at this time.
0 commit comments