diff options
| author | hathach <[email protected]> | 2024-07-12 17:20:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-07-12 17:20:06 +0700 |
| commit | ef71093046c948973ff3c9bc316ca7195686835d (patch) | |
| tree | 87e9f812034a8b514a635b2842b2b1477f0768c7 /.github/workflows | |
| parent | 1f590c36287e26b6d189bf41f9b7704e957bf8af (diff) | |
add lsusb for hil pi4
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/hil_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hil_test.yml b/.github/workflows/hil_test.yml index 39a9060a2..d5bd9c200 100644 --- a/.github/workflows/hil_test.yml +++ b/.github/workflows/hil_test.yml @@ -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 |
