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 2, 2023
1 parent 1087641 commit d262865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ jobs:

# See: https://github.com/arduino/compile-sketches/README.md

- name: Compile examples (24 MHz, nothing weird)
- name: Compile examples (rated max speed, nothing weird)
uses: arduino/compile-sketches@main
with:
fqbn: ${{ env.platform-name }}:avr${{ matrix.device-family }}:chip=avr${{ matrix.flash-class }}${{ matrix.device-family }}${{ matrix.pincount }},clock=24${{ matrix.clocksource }},wiremode=mands
fqbn: ${{ env.platform-name }}:avr${{ matrix.device-family }}:chip=avr${{ matrix.flash-class }}${{ matrix.device-family }}${{ matrix.pincount }},clock=${{matrix.int-osc}}${{ matrix.clocksource }},wiremode=mands
sketch-paths: |
# It's necessary to jump through some hoops to dynamically generate the env object keys to define the non-universal sketch paths
# https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#format
Expand Down

0 comments on commit d262865

Please sign in to comment.