From 78ad562dccacaee142fc8a2cae75f222e1d51ee5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Jun 2025 14:23:56 +0200 Subject: [PATCH] repair macos.yml --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8ead618893..c576c73c1e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 -- 2.47.2