mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
chore(ci): FIx publish action (#5857)
This commit is contained in:
parent
e9f4f4eb06
commit
c2f25c9998
2
.github/workflows/publish-node.yml
vendored
2
.github/workflows/publish-node.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
RUSTFLAGS='-C target-feature=+sse2' cargo build --manifest-path ./bindings/swc_cli/Cargo.toml --release --features plugin &&
|
||||
rm -rf target/release/.cargo-lock &&
|
||||
cp bindings/target/release/swc . && chmod +x ./swc &&
|
||||
RUSTFLAGS='-C target-feature=+sse2 -C target-feature=-crt-static -Z' yarn build &&
|
||||
RUSTFLAGS='-C target-feature=+sse2 -C target-feature=-crt-static' yarn build &&
|
||||
llvm-strip -x swc.linux-x64-musl.node
|
||||
- host: macos-latest
|
||||
target: aarch64-apple-darwin
|
||||
|
Loading…
Reference in New Issue
Block a user