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 6c856c2 commit 48d6abdCopy full SHA for 48d6abd
1 file changed
.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 -x --features openssl-vendored
+ build: yarn build --target x86_64-unknown-linux-gnu
53
54
target: x86_64-unknown-linux-musl
55
build: yarn build --target x86_64-unknown-linux-musl -x --features openssl-vendored
@@ -168,7 +168,7 @@ jobs:
168
path: bindings/node/${{ env.APP_NAME }}.*.node
169
if-no-files-found: error
170
test-macOS-windows-binding:
171
- name: Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }}
+ name: Test ${{ matrix.settings.target }} - node@${{ matrix.node }}
172
needs:
173
- build
174
strategy:
0 commit comments