From 4be18d64070e5661d0a36f090f4ae742f1061524 Mon Sep 17 00:00:00 2001 From: "Filies Olaf (IFAG DES TOC PSA)" Date: Tue, 28 Nov 2023 19:35:27 +0100 Subject: [PATCH] final v1.0 --- .github/workflows/arduino_ci.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/arduino_ci.yml b/.github/workflows/arduino_ci.yml index 6cf2a8e9..7abdafd0 100644 --- a/.github/workflows/arduino_ci.yml +++ b/.github/workflows/arduino_ci.yml @@ -33,18 +33,18 @@ jobs: # board packages we want to run # attention the matrix spans over the fqbn not platform so that we can choose different boards fqbn: [ - arduino:avr:uno, - Infineon:xmc:XMC1100_XMC2GO, - Infineon:xmc:XMC4700_Relax_Kit + "arduino:avr:uno", + "Infineon:xmc:XMC1100_XMC2GO", + "Infineon:xmc:XMC4700_Relax_Kit" ] include: - - fqbn: arduino:avr:uno - platform: arduino:avr - - fqbn: Infineon:xmc:XMC1100_XMC2GO - platform: infineon:xmc - - fqbn: Infineon:xmc:XMC4700_Relax_Kit - platform: infineon:xmc + - fqbn: "arduino:avr:uno" + platform: "arduino:avr" + - fqbn: "Infineon:xmc:XMC1100_XMC2GO" + platform: "infineon:xmc" + - fqbn: "Infineon:xmc:XMC4700_Relax_Kit" + platform: "infineon:xmc" steps: - name: Checkout actions @@ -92,14 +92,14 @@ jobs: # board packages we want to run # attention the matrix spans over the fqbn not platform so that we can choose different boards fqbn: [ - Infineon:xmc:XMC1100_XMC2GO, + "Infineon:xmc:XMC1100_XMC2GO", ] include: - - fqbn: Infineon:xmc:XMC1100_XMC2GO - platform: infineon:xmc - port_name: port_serial.0 - device: device.0 + - fqbn: "Infineon:xmc:XMC1100_XMC2GO" + platform: "infineon:xmc" + port_name: "port_serial.0" + device: "device.0" steps: - name: Checkout action