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 8c264cc commit 2c69067
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
@@ -1,15 +1,6 @@
#!/usr/bin/env bash
set -e

# Ensure OpenSSL is installed
if ! command -v openssl &> /dev/null; then
echo "Installing OpenSSL..."
sudo apt-get update
sudo apt-get install -y libssl-dev
fi

# Set OpenSSL environment variables
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH


if ! command -v dotnet-format; then
Expand Down

0 comments on commit 2c69067

Please sign in to comment.