Skip to content

Commit

Permalink
specific version?
Browse files Browse the repository at this point in the history
  • Loading branch information
btruncali1 committed Feb 4, 2025
1 parent d5620b1 commit aa0d652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,4 +20,4 @@ if ! command -v dotnet-format &> /dev/null; then
fi

# Build the project
dotnet build
dotnet build

0 comments on commit aa0d652

Please sign in to comment.