diff --git a/scripts/build b/scripts/build index dbd1799d..744330eb 100755 --- a/scripts/build +++ b/scripts/build @@ -3,7 +3,7 @@ set -e # Ensure required dependencies are installed sudo apt-get update -sudo apt-get install -y libssl-dev libicu-dev +sudo apt-get install -y libssl1.1 libicu-dev # Set the environment variable for globalization invariant mode export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 @@ -20,4 +20,4 @@ if ! command -v dotnet-format &> /dev/null; then fi # Build the project -dotnet build \ No newline at end of file +dotnet build