We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870282c commit 17fdd3dCopy full SHA for 17fdd3d
.github/workflows/compile_examples.yml
@@ -113,6 +113,7 @@ jobs:
113
- name: Compile examples
114
uses: arduino/compile-sketches@v1
115
with:
116
+ cli-version: 0.35.3 # See https://github.com/arduino/arduino-cli/issues/2658. Current version (1.0.2) breaks with Teensy.
117
github-token: ${{ secrets.GITHUB_TOKEN }}
118
fqbn: ${{ matrix.board.fqbn }}
119
platforms: ${{ matrix.board.platforms }}
0 commit comments