put back LC_NUMERIC

This commit is contained in:
Viktor Szakats 2025-07-22 20:54:39 +02:00
parent 921a682fdf
commit b544b018e1
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 0 deletions

View file

@ -688,6 +688,7 @@ jobs:
if [[ "${MATRIX_INSTALL_STEPS}" = *'codeset-test'* ]]; then
export LC_ALL=C
export LC_CTYPE=C
export LC_NUMERIC=fr_FR.UTF-8
fi
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
cmake --build bld --verbose --target "${TEST_TARGET}"