Hw CI something #5981

only:verbose
This commit is contained in:
rusefillc 2024-02-18 07:51:44 -05:00
parent 2650554193
commit e3f0bd1552
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ jobs:
- name: OpenOCD wipe & flash STM32
run: .github/workflows/hw-ci/openocd_wipe_and_flash.sh ${{matrix.openocd-script}}
- name: Show USB status
run: lsusb
- name: Upload build bin artifact
uses: actions/upload-artifact@v4
with: