We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a9c49 commit b1610d0Copy full SHA for b1610d0
.github/workflows/package_core.yml
@@ -219,7 +219,10 @@ jobs:
219
source-url: "https://downloads.arduino.cc/packages/package_zephyr_index.json"
220
- name: ${{ env.PLAT }}
221
source-path: "ArduinoCore-zephyr"
222
- sketch-paths: Blink
+ sketch-paths: |
223
+ - Blink
224
+ - ArduinoCore-zephyr/libraries
225
+
226
cli-compile-flags: |
227
- '--build-property'
228
- 'compiler.c.extra_flags=-Wno-type-limits -Wno-missing-field-initializers'
0 commit comments