Skip to content

Commit 0508f7b

Browse files
committed
compile-examples: fix CloudUtils download url
1 parent 7e1bfeb commit 0508f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
UNIVERSAL_LIBRARIES: |
2222
- source-path: ./
2323
- name: Arduino_SecureElement
24-
- source-url: https://github.com/arduino/Arduino_CloudUtils.git
24+
- source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
2525
version: 0.0.1
2626
# sketch paths to compile (recursive) for all boards
2727
UNIVERSAL_SKETCH_PATHS: |

0 commit comments

Comments
 (0)