Skip to content

Commit 367d683

Browse files
committed
Fix compile examples workflow
1 parent 4521289 commit 367d683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
uses: arduino/compile-sketches@main
5656
with:
5757
github-token: ${{ secrets.GITHUB_TOKEN }}
58-
platforms: ${{ matrix.board.platforms }}
58+
platforms: ${{ matrix.platforms }}
5959
fqbn: ${{ matrix.board.fqbn }}
6060
libraries: |
6161
# Install the library from the local path.
6262
- source-path: ./
63-
${{ matrix.board.libraries }}
63+
${{ matrix.libraries }}
6464
sketch-paths: |
6565
- examples
6666
enable-deltas-report: true

0 commit comments

Comments
 (0)