mirror of
https://github.com/curl/curl.git
synced 2026-07-25 06:48:07 +03:00
.github/workflows/macos.yml: add a libssh job with c-ares
... to enable the memdebug system Closes #8720
This commit is contained in:
parent
795ed05084
commit
c3b27c3141
1 changed files with 4 additions and 0 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -32,6 +32,10 @@ jobs:
|
|||
install: nghttp2 libssh2
|
||||
configure: --enable-debug --with-libssh2 --without-ssl
|
||||
macosx-version-min: 10.9
|
||||
- name: libssh-c-ares
|
||||
install: openssl nghttp2 libssh
|
||||
configure: --enable-debug --with-libssh --with-openssl=/usr/local/opt/openssl --enable-ares
|
||||
macosx-version-min: 10.9
|
||||
- name: libssh
|
||||
install: openssl nghttp2 libssh
|
||||
configure: --enable-debug --with-libssh --with-openssl=/usr/local/opt/openssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue