summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-10-26 16:13:16 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-10-26 16:13:16 +0100
commit866d3f866d1e2b4b6e656108cd4a3de967bde89f (patch)
treebb865c6bafd8c470d6de1fb52cb6dae3867f146c
parentde32ed97b937ce288e03db66aacce950de94b765 (diff)
downloadcurl-bagder/github-brew.tar.gz
CI/github: make it find OpenSSL 1.1 properlybagder/github-brew
-rw-r--r--.github/workflows/macos.yml4
1 files 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