Skip to content

Commit

Permalink
revert add duplicate build jobs; use matrix params
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 19, 2022
1 parent eb40f2e commit 680f7f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
fqbn:
- "arduino:avr:yun"
- "arduino:avr:uno"
- "arduino:avr:nano"
- "arduino:avr:diecimila"
- "arduino:avr:mega"
- "arduino:avr:megaADK"
Expand All @@ -79,7 +78,6 @@ jobs:
- "arduino:mbed:nano33ble"
- "arduino:samd:mkr1000"
- "arduino:samd:mkrwifi1010"
- "arduino:samd:mkrzero"
- "arduino:samd:nano_33_iot"
- "arduino:samd:mkrfox1200"
- "arduino:samd:mkrwan1300"
Expand Down Expand Up @@ -122,7 +120,9 @@ jobs:
- name: RF24
- source-path: ./
fqbn: ${{ matrix.fqbn }}

enable-deltas-report: ${{ matrix.enable-deltas-report }}
sketches-report-path: ${{ env.SKETCHES_REPORTS }}

# This step is needed to pass the size data to the report job
- name: Upload sketches report to workflow artifact
if: ${{ matrix.enable-deltas-report }}
Expand Down

0 comments on commit 680f7f1

Please sign in to comment.