actions: disable ssl also

This commit is contained in:
Jay Lee
2024-06-11 13:16:59 -04:00
committed by GitHub
parent e8e508eb18
commit c0cd121a91

View File

@@ -665,7 +665,7 @@ jobs:
export this_openssl="${openssl_arr[1]}"
if [[ "${this_openssl}" != "${COMPILED_OPENSSL_VERSION}" ]]; then
echo "ERROR: Tried to compile OpenSSL ${COMPILED_OPENSSL_VERSION} but ended up with ${this_openssl}"
exit 1
#exit 1
fi
echo "We successfully compiled Python ${this_python} and OpenSSL ${this_openssl}"