GHA/linux drop one test tweak

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

View file

@ -687,7 +687,6 @@ jobs:
[ -x ~/venv/bin/activate ] && source ~/venv/bin/activate
export LC_ALL=C
export LC_CTYPE=C
export LC_NUMERIC=fr_FR.UTF-8
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
cmake --build bld --verbose --target "${TEST_TARGET}"
else