From ec589cf27b476b0d0366d5da164b64b389f575f9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 22 Jul 2025 21:14:54 +0200 Subject: [PATCH] macos try fix again --- .github/workflows/macos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 14522f100f..352e280762 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -481,6 +481,7 @@ jobs: TFLAGS="-j20 ${TFLAGS}" source ~/venv/bin/activate if [[ "${MATRIX_INSTALL_STEPS}" = *'codeset-test'* ]]; then + export LC_ALL=C export LC_CTYPE=C export LC_NUMERIC=fr_FR.UTF-8 fi