Skip to content

Commit

Permalink
Update Compile-Examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroBeaut committed Apr 28, 2024
1 parent 55cff1c commit 831a428
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Compile-Examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:

matrix:
board:
- fqbn: arduino:avr:uno
platforms: |
- name: arduino:avr
artifact-name-suffix: arduino-avr-uno
- fqbn: arduino:avr:nano
platforms: |
- name: arduino:avr
Expand All @@ -43,10 +47,6 @@ jobs:
platforms: |
- name: arduino:avr
artifact-name-suffix: arduino-avr-leonardo
- fqbn: arduino:megaavr:nona4809
platforms: |
- name: arduino:megaavr
artifact-name-suffix: arduino-megaavr-nona4809

steps:
- name: Checkout repository
Expand Down

0 comments on commit 831a428

Please sign in to comment.