mirror of
https://github.com/curl/curl.git
synced 2026-06-06 22:14:16 +03:00
GHA: display original LC_ before override
This commit is contained in:
parent
abc2015b41
commit
2d47171703
2 changed files with 2 additions and 0 deletions
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
|
@ -481,6 +481,7 @@ jobs:
|
|||
TFLAGS="-j20 ${TFLAGS}"
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue