From a8c8d841af7e558038949afffa4887f3edced193 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 1 Mar 2024 08:51:54 -0500 Subject: [PATCH] only: multi-runner multi-target HW CI #6103 --- .github/workflows/hardware-ci.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/hardware-ci.yaml b/.github/workflows/hardware-ci.yaml index c632385ae5..80e06445f7 100644 --- a/.github/workflows/hardware-ci.yaml +++ b/.github/workflows/hardware-ci.yaml @@ -83,17 +83,17 @@ 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 - - - name: List STLINK serials - working-directory: .github/workflows/hw-ci/gethla - run: ./gethla +# - 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 +# +# - name: List STLINK serials +# working-directory: .github/workflows/hw-ci/gethla +# run: ./gethla - name: OpenOCD wipe & flash STM32 run: .github/workflows/hw-ci/openocd_wipe_and_flash.sh ${{matrix.openocd-script}}