🐛 make SAX output locale-independent #4084

This commit is contained in:
Niels Lohmann 2024-11-22 11:00:07 +01:00
parent f05bbbce39
commit 0b8da375b9
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -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