only:HW CI
This commit is contained in:
parent
3436a3f23e
commit
1ef4d3056e
|
@ -76,7 +76,9 @@ jobs:
|
||||||
run: .github/workflows/hw-ci/openocd_wipe_and_flash.sh ${{matrix.openocd-script}}
|
run: .github/workflows/hw-ci/openocd_wipe_and_flash.sh ${{matrix.openocd-script}}
|
||||||
|
|
||||||
- name: Show USB status
|
- name: Show USB status
|
||||||
run: lsusb
|
run: |
|
||||||
|
lsusb
|
||||||
|
ls -l /dev/serial/by-id/
|
||||||
|
|
||||||
- name: Upload build bin artifact
|
- name: Upload build bin artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
Loading…
Reference in New Issue