Skip to content

Commit fa956d2

Browse files
author
MarcoFalke
committed
ci: Print full lscpu output
1 parent bc4f6b1 commit fa956d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/06_script_b.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ "$CI_OS_NAME" == "macos" ]; then
1414
else
1515
free -m -h
1616
echo "Number of CPUs (nproc): $(nproc)"
17-
lscpu | grep Endian
17+
lscpu
1818
fi
1919
echo "Free disk space:"
2020
df -h

0 commit comments

Comments
 (0)