ci: Print full lscpu output

This commit is contained in:
MarcoFalke 2023-07-06 11:14:52 +02:00
parent bc4f6b13fe
commit fa956d2048
No known key found for this signature in database

View file

@ -14,7 +14,7 @@ if [ "$CI_OS_NAME" == "macos" ]; then
else
free -m -h
echo "Number of CPUs (nproc): $(nproc)"
lscpu | grep Endian
lscpu
fi
echo "Free disk space:"
df -h