From 67dd7e6a7e1a6def76dce9864d48fc6b0110066b Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Wed, 20 Mar 2024 09:02:57 -0700 Subject: [PATCH] ci: fix image names for LPC55 (#1667) Whoops, these build two images. My bad. --- .github/workflows/build-boards.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-boards.yml b/.github/workflows/build-boards.yml index 02fd9fc27..89917f74f 100644 --- a/.github/workflows/build-boards.yml +++ b/.github/workflows/build-boards.yml @@ -269,7 +269,7 @@ jobs: - build: lpc55 app_name: tests-lpc55xpresso app_toml: test/tests-lpc55xpresso/app.toml - image: default + image: "a, b" - build: stm32h743 app_name: tests-stm32h743 app_toml: test/tests-stm32h7/app-h743.toml @@ -285,7 +285,7 @@ jobs: - build: rot-carrier app_name: tests-rot-carrier app_toml: test/tests-rot-carrier/app.toml - image: default + image: "a, b" - build: gimletlet app_name: tests-gimletlet app_toml: test/tests-gimletlet/app.toml