Skip to content

Commit 3089236

Browse files
authored
Set globalization to invariant to avoid dealing with libicu problems
1 parent 9ca4844 commit 3089236

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/autobuild.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
dotnet-version: 2.2.108
3030

3131
- name: Restore with .NET Core
32+
env:
33+
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
3234
run: dotnet restore
3335

3436
- name: Build using Mono

0 commit comments

Comments
 (0)