GHA: display original LC_ before override

This commit is contained in:
Viktor Szakats 2025-07-22 21:43:01 +02:00
parent abc2015b41
commit 2d47171703
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 0 deletions

View file

@ -686,6 +686,7 @@ jobs:
fi
[ -x ~/venv/bin/activate ] && source ~/venv/bin/activate
if [[ "${MATRIX_INSTALL_STEPS}" = *'codeset-test'* ]]; then
env | grep -E '(LC_|LANG)' | sort || true
export LC_ALL=C
export LC_CTYPE=C
export LC_NUMERIC=fr_FR.UTF-8