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 4521289 commit 367d683Copy full SHA for 367d683
.github/workflows/compile-examples.yml
@@ -55,12 +55,12 @@ jobs:
55
uses: arduino/compile-sketches@main
56
with:
57
github-token: ${{ secrets.GITHUB_TOKEN }}
58
- platforms: ${{ matrix.board.platforms }}
+ platforms: ${{ matrix.platforms }}
59
fqbn: ${{ matrix.board.fqbn }}
60
libraries: |
61
# Install the library from the local path.
62
- source-path: ./
63
- ${{ matrix.board.libraries }}
+ ${{ matrix.libraries }}
64
sketch-paths: |
65
- examples
66
enable-deltas-report: true
0 commit comments