Skip to content

Commit 85b2679

Browse files
committed
use cross instead of napi-cross
1 parent 219be24 commit 85b2679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-js-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
target: i686-pc-windows-msvc
5050
- host: ubuntu-latest
5151
target: x86_64-unknown-linux-gnu
52-
build: yarn build --target x86_64-unknown-linux-gnu --use-napi-cross
52+
build: yarn build --target x86_64-unknown-linux-gnu --use-cross --features openssl-vendored
5353
- host: ubuntu-latest
5454
target: x86_64-unknown-linux-musl
5555
build: yarn build --target x86_64-unknown-linux-musl -x --features openssl-vendored

0 commit comments

Comments
 (0)