]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
repair macos.yml bagder/rm-non-tls13 16677/head
authorDaniel Stenberg <daniel@haxx.se>
Mon, 9 Jun 2025 12:23:56 +0000 (14:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Jun 2025 12:23:56 +0000 (14:23 +0200)
.github/workflows/macos.yml

index 8ead61889351af0f6cdae65a1d715c2ae302a4af..c576c73c1ef24675bdbb4d36fadb26feb1b296d9 100644 (file)
@@ -132,7 +132,7 @@ jobs:
             chkprefill: _chkprefill
           - name: 'quictls +static libssh +examples'
             install: quictls libssh
-            generate: -DOPENSSL_ROOT_DIR=$(brew --prefix quictls) -DBUILD_STATIC_LIBS=ON -DCURL_USE_LIBSSH2=OFF -DCURL_USE_LIBSSH=ON
+            generate: -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/quictls -DBUILD_STATIC_LIBS=ON -DCURL_USE_LIBSSH2=OFF -DCURL_USE_LIBSSH=ON
           - name: 'LibreSSL !ldap heimdal c-ares +examples'
             install: libressl heimdal
             generate: -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/libressl -DENABLE_ARES=ON -DCURL_USE_GSSAPI=ON -DGSS_ROOT_DIR=/opt/homebrew/opt/heimdal -DCURL_DISABLE_LDAP=ON