summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-02-25 14:31:25 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-02-25 23:26:38 +0100
commit2bb5e1c3df78027bfe8c7ffe9a1c462ed3d3e28a (patch)
tree522d0d737e2ddce7555eb211a274a2fa4ab61590 /.github
parentb0325628b4e78c510691deec32f62b211d2d0bb0 (diff)
downloadcurl-2bb5e1c3df78027bfe8c7ffe9a1c462ed3d3e28a.tar.gz
gha: add a macOS CI job with libssh
Closes #8513
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index d0094bc0f..9a836d4bc 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -32,6 +32,10 @@ jobs:
install: nghttp2 libssh2
configure: --enable-debug --with-libssh2 --without-ssl
macosx-version-min: 10.9
+ - name: libssh
+ install: openssl nghttp2 libssh
+ configure: --enable-debug --with-libssh --with-openssl=/usr/local/opt/openssl
+ macosx-version-min: 10.9
- name: c-ares
install: nghttp2
configure: --enable-debug --enable-ares --without-ssl