Skip to content

Commit 778ca12

Browse files
committed
update test ci
1 parent c51873c commit 778ca12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,18 @@ jobs:
2222
# Install the ArduinoIoTCloud library from the repository
2323
- source-path: ./
2424
- source-url: https://github.com/fabik111/Arduino_ConnectionHandler.git
25-
version: 0314cf54593029aea05bb8c179e40a26128f7d67
25+
version: 54b93d64da130f653fb437819c22fb89b78732d0
2626
- name: ArduinoBLE
2727
- name: ArduinoHttpClient
2828
- name: Arduino_DebugUtils
2929
- name: ArduinoMqttClient
30-
- source-url: https://github.com/pennam/Arduino_SecureElement.git
30+
- source-url: https://github.com/arduino-libraries/Arduino_SecureElement.git
3131
version: 4900febf84435c1a06bb13451bced3bac6f16e76
3232
- source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
3333
- name: Arduino_KVStore
3434
- source-url: https://github.com/arduino-libraries/Arduino_UniqueHWId.git
3535
- source-url: https://github.com/arduino-libraries/Arduino_NetworkConfigurator.git
36+
version: 5da0abaf7b6ae23035fbf0028bf90ed2b049da76
3637
# sketch paths to compile (recursive) for all boards
3738
UNIVERSAL_SKETCH_PATHS: |
3839
- examples/ArduinoIoTCloud-Advanced

0 commit comments

Comments
 (0)