Skip to content

Commit e883f66

Browse files
committed
adjust CI matrix
1 parent 6ee292a commit e883f66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,17 @@ jobs:
4242
target: x86_64-apple-darwin
4343
build: yarn build --target x86_64-apple-darwin --features openssl-vendored
4444
- host: windows-latest
45-
build: yarn build --target x86_64-pc-windows-msvc --features openssl-vendored
45+
build: yarn build --target x86_64-pc-windows-msvc
4646
target: x86_64-pc-windows-msvc
4747
- host: windows-latest
4848
build: yarn build --target i686-pc-windows-msvc
4949
target: i686-pc-windows-msvc
5050
- host: ubuntu-latest
5151
target: x86_64-unknown-linux-gnu
5252
build: yarn build --target x86_64-unknown-linux-gnu --use-napi-cross --features openssl-vendored
53+
setup: |-
54+
sudo apt-get update
55+
sudo apt-get install zlib1g-dev
5356
- host: ubuntu-latest
5457
target: x86_64-unknown-linux-musl
5558
build: yarn build --target x86_64-unknown-linux-musl -x --features openssl-vendored

0 commit comments

Comments
 (0)