File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2828 name : darwin-x64
2929 target : x86_64-apple-darwin
3030 build : |
31- cd crates/node_binding
31+ cd crates/node_binding &&
32+ rustup target add x86_64-apple-darwin &&
3233 pnpm build --target x86_64-apple-darwin
3334 strip -x *.node
3435 - host : macos-latest
@@ -48,13 +49,15 @@ jobs:
4849 target : aarch64-pc-windows-msvc
4950 name : win32-arm64-msvc
5051 build : |
51- cd crates/node_binding
52+ cd crates/node_binding &&
53+ rustup target add aarch64-pc-windows-msvc &&
5254 pnpm build --target aarch64-pc-windows-msvc
5355 - host : windows-latest
5456 target : i686-pc-windows-msvc
5557 name : win32-ia32-msvc
5658 build : |
57- cd crates/node_binding
59+ cd crates/node_binding &&
60+ rustup target add i686-pc-windows-msvc &&
5861 pnpm build --target i686-pc-windows-msvc
5962 - host : ubuntu-latest
6063 target : x86_64-unknown-linux-gnu
You can’t perform that action at this time.
0 commit comments