Skip to content

Commit

Permalink
Update compile-examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Aug 19, 2023
1 parent 4c0dd84 commit cbdf399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ jobs:
enable-warnings-report: true
sketches-report-path: sketches-reports
- name: Compile examples (8 MHz, optiboot (if available), tca0 millis, full printf, and manual attachInterrupt)
if: matrix.device-family != ea && matrix.device-family != eb
if: matrix.device-family != {ea} && matrix.device-family != eb
uses: arduino/compile-sketches@main
with:
fqbn: ${{ env.platform-name }}:avr${{ matrix.device-family }}opti:chip=avr${{ matrix.flash-class }}${{ matrix.device-family }}${{ matrix.pincount }},clock=8${{ matrix.clocksource }},millis=tca0,printf=full,attach=manual,wiremode=mands,flmap=unlock
Expand Down

0 comments on commit cbdf399

Please sign in to comment.