From 176868ebe5633955136b9d32d79b1b0a882f52dd Mon Sep 17 00:00:00 2001 From: "Filies Olaf (IFAG DES TOC PSA)" Date: Tue, 28 Nov 2023 17:06:24 +0100 Subject: [PATCH] reverse platform and fqbn --- .github/workflows/arduino_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arduino_ci.yml b/.github/workflows/arduino_ci.yml index 251bf6e6..aa7d1ddd 100644 --- a/.github/workflows/arduino_ci.yml +++ b/.github/workflows/arduino_ci.yml @@ -33,8 +33,8 @@ jobs: # board packages we want to run fqbn: [ "arduino:avr:uno", - "infineon:xmc:XMC1100_XMC2GO", - "infineon:xmc:XMC4700_Relax_Kit", + "Infineon:xmc:XMC1100_XMC2GO", + "Infineon:xmc:XMC4700_Relax_Kit", ] include: