Skip to content

Commit f08a0d0

Browse files
committed
Revert "ci: fix node cross-compilation by passing --cross-compile to napi build"
This reverts commit 778c6b6.
1 parent 778c6b6 commit f08a0d0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ jobs:
130130
npx napi build --release \
131131
--platform \
132132
--target ${{ matrix.target }} \
133-
${{ matrix.cross && '--cross-compile' || '' }} \
134133
--cargo-cwd ../crates/node
135134
136135
- name: Strip debug symbols

0 commit comments

Comments
 (0)