diff --git a/scripts/build b/scripts/build index fb60fc92..ab8c76cf 100755 --- a/scripts/build +++ b/scripts/build @@ -2,15 +2,6 @@ set -e -# Ensure OpenSSL is installed -if ! command -v openssl; then - echo "Installing OpenSSL..." - brew install openssl@1.1 -fi - -# Set OpenSSL environment variables -export OPENSSL_ROOT_DIR=$(brew --prefix openssl@1.1) -export LD_LIBRARY_PATH=$OPENSSL_ROOT_DIR/lib:$LD_LIBRARY_PATH if ! command -v dotnet-format; then echo "Installing dotnet formatter..."