Skip to content

Commit 87036a5

Browse files
committed
compile-examples: use Arduino_CloudUtils url
1 parent d8edd31 commit 87036a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
# libraries to install for all boards
2121
UNIVERSAL_LIBRARIES: |
2222
- source-path: ./
23-
- name: Arduino_CloudUtils
2423
- name: Arduino_SecureElement
24+
- source-url: https://github.com/arduino/Arduino_CloudUtils.git
25+
version: 0.0.1
2526
# sketch paths to compile (recursive) for all boards
2627
UNIVERSAL_SKETCH_PATHS: |
2728
- examples/uniqueHWId

0 commit comments

Comments
 (0)