GHA/macos: test with LC_ALL=

This commit is contained in:
Viktor Szakats 2025-07-22 20:27:56 +02:00
parent 67f0f052ae
commit 8f2aa21525
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -480,8 +480,8 @@ jobs:
run: |
TFLAGS="-j20 ${TFLAGS}"
source ~/venv/bin/activate
export LC_ALL=C
export LC_CTYPE=C
export LC_NUMERIC=fr_FR.UTF-8
rm -f ~/.curlrc
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
cmake --build bld --verbose --target "${TEST_TARGET}"