add lsusb for hil pi4

This commit is contained in:
hathach 2024-07-12 17:20:06 +07:00
parent 1f590c3628
commit ef71093046
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -132,9 +132,9 @@ jobs:
# USB bus on rpi4 is not stable, reset it before testing
- name: Reset USB bus
run: |
# lsusb -t
# reset VIA Labs 2.0 hub
sudo usbreset 001/002
lsusb -t
- name: Checkout TinyUSB
uses: actions/checkout@v4