We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219be24 commit 85b2679Copy full SHA for 85b2679
.github/workflows/node-js-packaging.yml
@@ -49,7 +49,7 @@ jobs:
49
target: i686-pc-windows-msvc
50
- host: ubuntu-latest
51
target: x86_64-unknown-linux-gnu
52
- build: yarn build --target x86_64-unknown-linux-gnu --use-napi-cross
+ build: yarn build --target x86_64-unknown-linux-gnu --use-cross --features openssl-vendored
53
54
target: x86_64-unknown-linux-musl
55
build: yarn build --target x86_64-unknown-linux-musl -x --features openssl-vendored
0 commit comments