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 5294c84 commit c264335
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
run: |
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
- name: Set globalization invariant mode
run: |
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit c264335

Please sign in to comment.