From 866d3f866d1e2b4b6e656108cd4a3de967bde89f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 26 Oct 2020 16:13:16 +0100 Subject: CI/github: make it find OpenSSL 1.1 properly --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index dc8b5c68f..b5e8e83ad 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -44,7 +44,7 @@ jobs: macosx-version-min: 10.8 - name: OpenSSL metalink install: nghttp2 openssl@1.1 libmetalink - configure: --enable-debug --with-ssl=/usr/local/opt/openssl --with-libmetalink + configure: --enable-debug --with-ssl=/usr/local/opt/openssl@1.1 --with-libmetalink macosx-version-min: 10.9 - name: LibreSSL metalink install: nghttp2 libressl libmetalink @@ -105,7 +105,7 @@ jobs: build: - name: OpenSSL install: nghttp2 openssl@1.1 - generate: -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCURL_DISABLE_LDAP=ON -DCURL_DISABLE_LDAPS=ON + generate: -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1 -DCURL_DISABLE_LDAP=ON -DCURL_DISABLE_LDAPS=ON - name: LibreSSL install: nghttp2 libressl generate: -DOPENSSL_ROOT_DIR=/usr/local/opt/libressl -DCURL_DISABLE_LDAP=ON -DCURL_DISABLE_LDAPS=ON -- cgit v1.2.1