Skip to content

Commit eb8b9e6

Browse files
committed
disable ICU
1 parent 51522cc commit eb8b9e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ jobs:
288288
- name: Test
289289
if: matrix.os == 'windows-latest' || matrix.os == 'macos-latest'
290290
run: |
291+
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
291292
cd tests/nuget_package
292293
dotnet add nuget_package.csproj package ${{ env.NUGET_NAME }} --version ${{ needs.pack.outputs.NUGET_VERSION }}
293294

0 commit comments

Comments
 (0)