only: multi-runner multi-target HW CI #6103
This commit is contained in:
parent
e8ed7f32dd
commit
23dfe924dd
|
@ -83,6 +83,10 @@ jobs:
|
|||
- name: Check for STLINK
|
||||
run: lsusb | grep 'ST-LINK\|STLINK'
|
||||
|
||||
- name: Install tools
|
||||
run: |
|
||||
sudo apt-get install openocd libusb-1.0
|
||||
|
||||
- name: Build gethla
|
||||
working-directory: .github/workflows/hw-ci/gethla
|
||||
run: bash build.sh
|
||||
|
|
Loading…
Reference in New Issue