1
Fork 0
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:
Ulrich Hornung 2024-03-14 19:56:27 +01:00
parent cec981350a
commit f3bbf53412
No known key found for this signature in database
GPG key ID: 64EA3BAAF1BC0603
3 changed files with 11 additions and 7 deletions

View file

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