From aa0d652b08a867a837152b800b9d0f10997dcea7 Mon Sep 17 00:00:00 2001 From: Brett Truncali Date: Tue, 4 Feb 2025 11:55:57 -0700 Subject: [PATCH] specific version? --- scripts/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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