mirror of
https://github.com/nlohmann/json.git
synced 2024-11-23 22:19:02 +08:00
🐛 make SAX output locale-independent #4084
This commit is contained in:
parent
f05bbbce39
commit
0b8da375b9
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install de_DE locale
|
||||
run: sudo locale-gen de_DE ; sudo update-locale
|
||||
run: locale-gen de_DE ; update-locale
|
||||
- name: Run CMake
|
||||
run: cmake -S . -B build -DJSON_CI=On
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user