Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
btruncali1 committed Feb 4, 2025
1 parent 3adfc75 commit 45c6ff9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
set -e


# Ensure OpenSSL is installed
if ! command -v openssl; then
echo "Installing OpenSSL..."
brew install [email protected]
fi

# Set OpenSSL environment variables
export OPENSSL_ROOT_DIR=$(brew --prefix [email protected])
export LD_LIBRARY_PATH=$OPENSSL_ROOT_DIR/lib:$LD_LIBRARY_PATH

if ! command -v dotnet-format; then
echo "Installing dotnet formatter..."
Expand Down

0 comments on commit 45c6ff9

Please sign in to comment.