Skip to content

Commit 369400a

Browse files
committed
may not need
1 parent 97f0d2a commit 369400a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

shell.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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

0 commit comments

Comments
 (0)