Address Mac CI using specific versions of OpenSSL

Corrected CI to use the version brew links in opt rather than the specific version in Cellar
This commit is contained in:
Jonathan Romano
2022-11-25 20:28:20 -05:00
committed by GitHub
parent b17ba56af1
commit afb97a81b5

View File

@@ -25,7 +25,7 @@
"description": "Same as default, Used in GitHub actions workflow",
"inherits": "default",
"cacheVariables": {
"OPENSSL_ROOT_DIR": "/usr/local/Cellar/openssl@3/3.0.5/"
"OPENSSL_ROOT_DIR": "/usr/local/opt/openssl@3/"
}
},
{