diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-07-06 11:14:52 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-07-06 11:13:05 +0200 |
commit | fa956d20480b21b0f348b83dd451667620010d8e (patch) | |
tree | d22d094fe1fac6df67b66ae09736d6d309fa86eb /ci | |
parent | bc4f6b13feb29146b7e10e86f93dc7f6fb6937f2 (diff) |
ci: Print full lscpu output
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/06_script_b.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |