Skip to content

Commit 0fdcbb9

Browse files
committed
disable ICU
1 parent 51522cc commit 0fdcbb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dotnet.yml

+1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ jobs:
276276
dotnet --info
277277
278278
cd /workspace/tests/nuget_package
279+
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
279280
dotnet add nuget_package.csproj package ${{ env.NUGET_NAME }} --version ${{ needs.pack.outputs.NUGET_VERSION }}
280281
dotnet run
281282

0 commit comments

Comments
 (0)