build: Add show CPU cores

This commit is contained in:
remittor
2025-12-31 19:48:32 +03:00
parent 1d93b461b7
commit ea8d7eea5f

View File

@@ -292,6 +292,7 @@ jobs:
- name: Monitor memory
run: |
echo "CPU cores = $(nproc)"
echo "Memory and swap:"
sudo free -h
echo