ci: Fix "Number of CPUs" output

This commit is contained in:
Hennadii Stepanov 2023-05-16 12:44:21 +01:00
parent edd2a86445
commit 5d49d98731
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F
1 changed files with 1 additions and 1 deletions

View File

@ -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:"