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