Skip to content

Commit

Permalink
reverse platform and fqbn
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Nov 28, 2023
1 parent 74de0b7 commit 5c32163
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c32163

Please sign in to comment.