Skip to content

Commit

Permalink
(#425) workflow: setting system globalization
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Oct 3, 2024
1 parent c264335 commit 7433fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y dotnet-sdk-8.0
- name: Install ICU package
run: sudo apt-get install -y libicu-dev
run: sudo apt-get update && sudo apt-get install -y libicu-dev
- name: Set globalization invariant mode
run: |
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
Expand Down

0 comments on commit 7433fba

Please sign in to comment.