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 d8edd31 commit 87036a5Copy full SHA for 87036a5
.github/workflows/compile-examples.yml
@@ -20,8 +20,9 @@ jobs:
20
# libraries to install for all boards
21
UNIVERSAL_LIBRARIES: |
22
- source-path: ./
23
- - name: Arduino_CloudUtils
24
- name: Arduino_SecureElement
+ - source-url: https://github.com/arduino/Arduino_CloudUtils.git
25
+ version: 0.0.1
26
# sketch paths to compile (recursive) for all boards
27
UNIVERSAL_SKETCH_PATHS: |
28
- examples/uniqueHWId
0 commit comments