Skip to content

Commit 4521289

Browse files
committed
Fix compile examples workflow
1 parent 9728c1b commit 4521289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
uses: arduino/compile-sketches@main
5656
with:
5757
github-token: ${{ secrets.GITHUB_TOKEN }}
58-
fqbn: ${{ matrix.board.fqbn }}
5958
platforms: ${{ matrix.board.platforms }}
59+
fqbn: ${{ matrix.board.fqbn }}
6060
libraries: |
6161
# Install the library from the local path.
6262
- source-path: ./

0 commit comments

Comments
 (0)