From fd3317cdf1ef2b44a4e645b7d3fd0aa5bc0dedc4 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 25 May 2022 12:25:09 -0400 Subject: [PATCH] console uses .hex Looks like I broke MRE and Proteus with OpenBLT #4199 HW CI to use common build script --- .github/workflows/hardware-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hardware-ci.yaml b/.github/workflows/hardware-ci.yaml index f12916b8e8..77bb0997c4 100644 --- a/.github/workflows/hardware-ci.yaml +++ b/.github/workflows/hardware-ci.yaml @@ -8,10 +8,10 @@ jobs: # Let all builds finish even if one fails early fail-fast: false matrix: - build-target: [f4-disco, proteus_f4] + build-target: [f407-discovery, proteus_f4] include: - - build-target: f4-disco + - build-target: f407-discovery script: hardware_ci_f4_discovery runs-on: hw-ci-f4-discovery folder: f407-discovery