We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859ceb4 commit 6c6635fCopy full SHA for 6c6635f
.github/workflows/compile-examples.yml
@@ -21,10 +21,15 @@ jobs:
21
UNIVERSAL_LIBRARIES: |
22
- source-path: ./
23
- name: Arduino_DebugUtils
24
+ - name: Arduino_SecureElement
25
+ - name: ArduinoECCX08
26
# sketch paths to compile (recursive) for all boards
27
UNIVERSAL_SKETCH_PATHS: |
28
- examples/lzssDecoder
29
- examples/crc32
30
+ - examples/crc16
31
+ - examples/sha256
32
+ - examples/boardID
33
SKETCHES_REPORTS_PATH: sketches-reports
34
35
strategy:
0 commit comments