mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
improve debug info provided by CI
This commit is contained in:
parent
cec981350a
commit
f3bbf53412
3 changed files with 11 additions and 7 deletions
|
@ -2,6 +2,13 @@
|
|||
|
||||
# spell-checker:ignore nextest watchplus PIPESTATUS
|
||||
|
||||
echo "system resources - RAM:"
|
||||
free -hm
|
||||
echo "system resources - CPU:"
|
||||
lscpu
|
||||
echo "system resources - file systems:"
|
||||
mount
|
||||
|
||||
echo "$HOME"
|
||||
PATH=$HOME/.cargo/bin:$PATH
|
||||
export PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue