Skip to content

Commit

Permalink
try setting path
Browse files Browse the repository at this point in the history
  • Loading branch information
btruncali1 committed Feb 4, 2025
1 parent 78f68cd commit d5620b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d5620b1

Please sign in to comment.