Skip to content

Commit 48d6abd

Browse files
committed
don't vendor openSSL on x86_64-linux-gnu
1 parent 6c856c2 commit 48d6abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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 -x --features openssl-vendored
52+
build: yarn build --target x86_64-unknown-linux-gnu
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
@@ -168,7 +168,7 @@ jobs:
168168
path: bindings/node/${{ env.APP_NAME }}.*.node
169169
if-no-files-found: error
170170
test-macOS-windows-binding:
171-
name: Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }}
171+
name: Test ${{ matrix.settings.target }} - node@${{ matrix.node }}
172172
needs:
173173
- build
174174
strategy:

0 commit comments

Comments
 (0)