Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic authored Sep 17, 2024
1 parent 392e54d commit ee6ca05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Optional: Print hardware details using lshw (requires sudo)
if command -v lshw &> /dev/null; then
echo "Hardware Details (requires sudo):"
sudo lshw -short
sudo lshw -short || true
else
echo "lshw command not found. Install lshw for detailed hardware info."
fi
Expand Down

0 comments on commit ee6ca05

Please sign in to comment.