]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
gha: add a macOS CI job with libssh
authorDaniel Stenberg <daniel@haxx.se>
Fri, 25 Feb 2022 13:31:25 +0000 (14:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 25 Feb 2022 22:26:38 +0000 (23:26 +0100)
Closes #8513

.github/workflows/macos.yml

index d0094bc0f4266c0488c9179f9c5d048e4b9c30e5..9a836d4bcdae3f86353de705603a4e9a8a874ed5 100644 (file)
@@ -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