Skip to content

Commit 24b5efe

Browse files
committed
Fixing github workflow
1 parent a3c8b3f commit 24b5efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Compile examples
7272
uses: arduino/actions/libraries/compile-examples@master
7373
with:
74-
platforms |
74+
platforms: |
7575
- source-url: https://github.com/arduino/ArduinoCore-samd/archive/master.zip
7676
fqbn: ${{ matrix.board.fqbn }}
7777
libraries: "${{ env.UNIVERSAL_LIBRARIES }} ${{ matrix.libraries }}"

0 commit comments

Comments
 (0)