Skip to content

Commit b1610d0

Browse files
committed
step
1 parent 02a9c49 commit b1610d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/package_core.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,10 @@ jobs:
219219
source-url: "https://downloads.arduino.cc/packages/package_zephyr_index.json"
220220
- name: ${{ env.PLAT }}
221221
source-path: "ArduinoCore-zephyr"
222-
sketch-paths: Blink
222+
sketch-paths: |
223+
- Blink
224+
- ArduinoCore-zephyr/libraries
225+
223226
cli-compile-flags: |
224227
- '--build-property'
225228
- 'compiler.c.extra_flags=-Wno-type-limits -Wno-missing-field-initializers'

0 commit comments

Comments
 (0)