From 5c321637dde477d467253cc97c6eec28fae58be4 Mon Sep 17 00:00:00 2001 From: "Filies Olaf (IFAG DES TOC PSA)" Date: Tue, 28 Nov 2023 17:04:15 +0100 Subject: [PATCH] reverse platform and fqbn --- .github/workflows/arduino_ci.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/arduino_ci.yml b/.github/workflows/arduino_ci.yml index 1189544b..251bf6e6 100644 --- a/.github/workflows/arduino_ci.yml +++ b/.github/workflows/arduino_ci.yml @@ -31,17 +31,18 @@ jobs: ] # board packages we want to run - platform: [ - "arduino:avr", - "infineon:xmc" + fqbn: [ + "arduino:avr:uno", + "infineon:xmc:XMC1100_XMC2GO", + "infineon:xmc:XMC4700_Relax_Kit", ] include: - - fqbn: arduino:avr:uno + - fqbn: "arduino:avr:uno" platform: "arduino:avr" - - fqbn: Infineon:xmc:XMC1100_XMC2GO + - fqbn: "Infineon:xmc:XMC1100_XMC2GO" platform: "infineon:xmc" - - fqbn: Infineon:xmc:XMC4700_Relax_Kit + - fqbn: "Infineon:xmc:XMC4700_Relax_Kit" platform: "infineon:xmc" steps: