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 969bc17 commit 74de0b7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ jobs:
]

include:
- platform: "arduino:avr"
fqbn: arduino:avr:uno
- platform: "infineon:xmc"
fqbn: Infineon:xmc:XMC1100_XMC2GO

- 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
uses: actions/checkout@v4
Expand Down

0 comments on commit 74de0b7

Please sign in to comment.