Skip to content

Commit

Permalink
Fix teensy CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tfry-git committed Jul 7, 2024
1 parent 870282c commit 17fdd3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
- name: Compile examples
uses: arduino/compile-sketches@v1
with:
cli-version: 0.35.3 # See https://github.com/arduino/arduino-cli/issues/2658. Current version (1.0.2) breaks with Teensy.
github-token: ${{ secrets.GITHUB_TOKEN }}
fqbn: ${{ matrix.board.fqbn }}
platforms: ${{ matrix.board.platforms }}
Expand Down

0 comments on commit 17fdd3d

Please sign in to comment.