This commit is contained in:
Viktor Szakats 2025-07-15 21:37:51 +02:00
parent ee232917dc
commit 2549ea683f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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