Skip to content

Commit 0ffe7ad

Browse files
authored
Update continuous-integration-workflow.yml
1 parent e4f44a3 commit 0ffe7ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Install ICU library
2626
run: sudo apt-get update && sudo apt-get install -y libicu-dev
2727

28+
- name: Enable Invariant Globalization
29+
run: echo "DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" >> $GITHUB_ENV
30+
2831
- name: Install GitVersion
2932
uses: gittools/actions/gitversion/[email protected]
3033
with:

0 commit comments

Comments
 (0)