finalize codeset-tests

This commit is contained in:
Viktor Szakats 2025-07-22 20:34:00 +02:00
parent 69b457ddbe
commit d9d68fe7c5
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 8 additions and 4 deletions

View file

@ -685,8 +685,10 @@ jobs:
fi
fi
[ -x ~/venv/bin/activate ] && source ~/venv/bin/activate
export LC_ALL=C
export LC_CTYPE=C
if [[ "${MATRIX_INSTALL_STEPS}" = *'codeset-test'* ]]; then
export LC_ALL=C
export LC_CTYPE=C
fi
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
cmake --build bld --verbose --target "${TEST_TARGET}"
else