Skip to content

Commit

Permalink
🐛 make SAX output locale-independent #4084
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Nov 22, 2024
1 parent 8c40de9 commit 9ea2d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install de_DE locale
run: apt-get update ; apt-get install -y language-pack-de ; sudo locale-gen de_DE ; sudo update-locale
run: sudo locale-gen de_DE ; sudo update-locale
- name: Run CMake
run: cmake -S . -B build -DJSON_CI=On
- name: Build
Expand Down

0 comments on commit 9ea2d3e

Please sign in to comment.