only:HW CI

This commit is contained in:
rusefi 2024-02-19 01:07:27 -05:00
parent 3436a3f23e
commit 1ef4d3056e
1 changed files with 3 additions and 1 deletions

View File

@ -76,7 +76,9 @@ jobs:
run: .github/workflows/hw-ci/openocd_wipe_and_flash.sh ${{matrix.openocd-script}}
- name: Show USB status
run: lsusb
run: |
lsusb
ls -l /dev/serial/by-id/
- name: Upload build bin artifact
uses: actions/upload-artifact@v4