From c2f25c9998776366a5df8da77d94b0a85e4869fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Wed, 14 Sep 2022 19:18:50 +0900 Subject: [PATCH] chore(ci): FIx publish action (#5857) --- .github/workflows/publish-node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-node.yml b/.github/workflows/publish-node.yml index 3111e89cabe..252dfc6022d 100644 --- a/.github/workflows/publish-node.yml +++ b/.github/workflows/publish-node.yml @@ -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