Skip to content

Commit 8f05a0d

Browse files
committed
Use the latest ArduinoCore-samd from master, not the latest released version
1 parent abf5731 commit 8f05a0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile-examples.yml

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
- name: Compile examples
7272
uses: arduino/actions/libraries/compile-examples@master
7373
with:
74+
platforms |
75+
- source-url: https://github.com/arduino/ArduinoCore-samd/archive/master.zip
7476
fqbn: ${{ matrix.board.fqbn }}
7577
libraries: "${{ env.UNIVERSAL_LIBRARIES }} ${{ matrix.libraries }}"
7678
sketch-paths: "${{ env.UNIVERSAL_SKETCH_PATHS }} ${{ matrix.sketch-paths }}"

0 commit comments

Comments
 (0)