Skip to content

Commit

Permalink
set actual checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Nov 2, 2023
1 parent e3161b5 commit e57b70a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ jobs:

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

steps:
- name: Checkout
Expand All @@ -67,5 +65,5 @@ jobs:
- name: Compile Sketch
run: |
arduino-cli compile --fqbn ${{ matrix.platform.fqbn }} --libraries="." --libraries="$HOME/Arduino/libraries/." ${{ matrix.example }}
arduino-cli compile --fqbn ${{ matrix.fqbn }} --libraries="." --libraries="$HOME/Arduino/libraries/." ${{ matrix.example }}

0 comments on commit e57b70a

Please sign in to comment.