Skip to content

Commit e64b89c

Browse files
committed
Specify platform name
1 parent 24b5efe commit e64b89c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile-examples.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
uses: arduino/actions/libraries/compile-examples@master
7373
with:
7474
platforms: |
75-
- source-url: https://github.com/arduino/ArduinoCore-samd/archive/master.zip
75+
- name: arduino:samd
76+
source-url: https://github.com/arduino/ArduinoCore-samd/archive/master.zip
7677
fqbn: ${{ matrix.board.fqbn }}
7778
libraries: "${{ env.UNIVERSAL_LIBRARIES }} ${{ matrix.libraries }}"
7879
sketch-paths: "${{ env.UNIVERSAL_SKETCH_PATHS }} ${{ matrix.sketch-paths }}"

0 commit comments

Comments
 (0)