Skip to content

Commit 41e0c47

Browse files
committed
update test dep
1 parent a8c3941 commit 41e0c47

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/compile-examples.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,16 @@ jobs:
2121
UNIVERSAL_LIBRARIES: |
2222
# Install the ArduinoIoTCloud library from the repository
2323
- source-path: ./
24-
- source-url: https://github.com/fabik111/Arduino_ConnectionHandler.git
25-
version: 54b93d64da130f653fb437819c22fb89b78732d0
24+
- name: Arduino_ConnectionHandler
2625
- name: ArduinoBLE
2726
- name: ArduinoHttpClient
2827
- name: Arduino_DebugUtils
2928
- name: ArduinoMqttClient
30-
- source-url: https://github.com/arduino-libraries/Arduino_SecureElement.git
31-
version: 4900febf84435c1a06bb13451bced3bac6f16e76
32-
- source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
29+
- name: Arduino_SecureElement
30+
- name: Arduino_CloudUtils
3331
- name: Arduino_KVStore
3432
- source-url: https://github.com/arduino-libraries/Arduino_UniqueHWId.git
35-
- source-url: https://github.com/arduino-libraries/Arduino_NetworkConfigurator.git
33+
- name: Arduino_NetworkConfigurator
3634
# sketch paths to compile (recursive) for all boards
3735
UNIVERSAL_SKETCH_PATHS: |
3836
- examples/ArduinoIoTCloud-Advanced
@@ -204,7 +202,6 @@ jobs:
204202
- examples/ArduinoIoTCloud-Notecard
205203
- examples/ArduinoIoTCloud-Schedule
206204
- examples/utility/Provisioning
207-
- examples/utility/Provisioning_2.0
208205
# Nicla Vision
209206
- board:
210207
type: mbed_nicla

0 commit comments

Comments
 (0)