mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
ci: Fix "Number of CPUs" output
This commit is contained in:
parent
edd2a86445
commit
5d49d98731
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if [ "$CI_OS_NAME" == "macos" ]; then
|
|||
echo "Number of CPUs: $(sysctl -n hw.logicalcpu)"
|
||||
else
|
||||
free -m -h
|
||||
echo "Number of CPUs \(nproc\):" \$\(nproc\)
|
||||
echo "Number of CPUs (nproc): $(nproc)"
|
||||
lscpu | grep Endian
|
||||
fi
|
||||
echo "Free disk space:"
|
||||
|
|
Loading…
Add table
Reference in a new issue