File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments