ci: Print full lscpu output

This commit is contained in:
MarcoFalke
2023-07-06 11:14:52 +02:00
parent bc4f6b13fe
commit fa956d2048

View File

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