From 51ab7c599d1d9c38b6c89981c5e53cfd246fe199 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Fri, 7 Jun 2024 19:27:00 -0700 Subject: [PATCH] Fix macos-latest not properly locating OpenSSL. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97c1b07..1b6c985 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -209,7 +209,7 @@ jobs: - name: macOS Xcode OpenSSL os: macos-latest - cmake-args: -D MZ_CODE_COVERAGE=ON -D MZ_OPENSSL=ON -D OPENSSL_ROOT_DIR=/usr/local/opt/openssl -D OPENSSL_INCLUDE_DIRS=/usr/local/opt/openssl/include -D OPENSSL_CRYPTO_LIBRARY=/usr/local/opt/openssl/lib/libcrypto.dylib -D OPENSSL_SSL_LIBRARY=/usr/local/opt/openssl/lib/libssl.dylib + cmake-args: -D MZ_CODE_COVERAGE=ON -D MZ_OPENSSL=ON codecov: macos_xcode_openssl steps: