Skip to content

Commit

Permalink
disable ICU
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshnj committed Dec 19, 2024
1 parent 51522cc commit eb8b9e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ jobs:
- name: Test
if: matrix.os == 'windows-latest' || matrix.os == 'macos-latest'
run: |
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
cd tests/nuget_package
dotnet add nuget_package.csproj package ${{ env.NUGET_NAME }} --version ${{ needs.pack.outputs.NUGET_VERSION }}
Expand Down

0 comments on commit eb8b9e6

Please sign in to comment.