Skip to content

Commit

Permalink
Fix: allow size-delta reports for multiple boards.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger authored Feb 5, 2024
1 parent ee83687 commit 304fa12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,20 @@ jobs:
platforms: |
- name: rp2040:rp2040
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
artifact-name-suffix: rp2040:arduino_nano_connect
- fqbn: rp2040:rp2040:rpipico
platforms: |
- name: rp2040:rp2040
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
artifact-name-suffix: rp2040:rpipico
- fqbn: arduino:renesas_portenta:portenta_c33
platforms: |
- name: arduino:renesas_portenta
artifact-name-suffix: renesas_portenta:portenta_c33
- fqbn: arduino:renesas_uno:minima
platforms: |
- name: arduino:renesas_uno
artifact-name-suffix: renesas_uno:minima

steps:
- name: Checkout
Expand Down

0 comments on commit 304fa12

Please sign in to comment.