From fa956d20480b21b0f348b83dd451667620010d8e Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 6 Jul 2023 11:14:52 +0200 Subject: [PATCH] ci: Print full lscpu output --- ci/test/06_script_b.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 9993ff68d1..b298d35170 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -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