mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01:00
ci: Print full lscpu output
This commit is contained in:
parent
bc4f6b13fe
commit
fa956d2048
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue