From d5620b107239a32d1da3927a98fe2f1ccc425771 Mon Sep 17 00:00:00 2001 From: Brett Truncali Date: Tue, 4 Feb 2025 11:54:34 -0700 Subject: [PATCH] try setting path --- scripts/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/build b/scripts/build index a5e3f48f..dbd1799d 100755 --- a/scripts/build +++ b/scripts/build @@ -8,6 +8,9 @@ sudo apt-get install -y libssl-dev libicu-dev # Set the environment variable for globalization invariant mode export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 +# Set the library path for OpenSSL +export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH + # Restore NuGet packages dotnet restore