diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c1f0a13bd0..3fa42ed03b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -685,6 +685,7 @@ jobs: fi fi [ -x ~/venv/bin/activate ] && source ~/venv/bin/activate + export LC_ALL=C if [ "${MATRIX_BUILD}" = 'cmake' ]; then cmake --build bld --verbose --target "${TEST_TARGET}" else