Skip to content

Commit 17fdd3d

Browse files
committed
Fix teensy CI workflow
1 parent 870282c commit 17fdd3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile_examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
- name: Compile examples
114114
uses: arduino/compile-sketches@v1
115115
with:
116+
cli-version: 0.35.3 # See https://github.com/arduino/arduino-cli/issues/2658. Current version (1.0.2) breaks with Teensy.
116117
github-token: ${{ secrets.GITHUB_TOKEN }}
117118
fqbn: ${{ matrix.board.fqbn }}
118119
platforms: ${{ matrix.board.platforms }}

0 commit comments

Comments
 (0)