Skip to content

Commit 36bde89

Browse files
authored
Wherever possible use the latest released version when loading external libraries for CI (this better reflects the user experience who typically has the latest released version, not the latest commit from master (#195)
1 parent 44ab92b commit 36bde89

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/compile-examples.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
UNIVERSAL_LIBRARIES: |
2222
# Install the ArduinoIoTCloud library from the repository
2323
- source-path: ./
24-
- source-url: https://github.com/arduino-libraries/Arduino_ConnectionHandler.git
25-
version: latest
26-
- source-url: https://github.com/arduino-libraries/Arduino_DebugUtils.git
24+
- name: Arduino_ConnectionHandler
25+
- name: Arduino_DebugUtils
2726
- name: ArduinoMqttClient
2827
# sketch paths to compile (recursive) for all boards
2928
UNIVERSAL_SKETCH_PATHS: '"examples/ArduinoIoTCloud-Advanced" "examples/ArduinoIoTCloud-Basic" "examples/utility/ArduinoIoTCloud_Travis_CI"'
@@ -68,7 +67,7 @@ jobs:
6867
libraries: |
6968
- name: ArduinoECCX08
7069
- name: RTCZero
71-
- source-url: https://github.com/arduino-libraries/WiFiNINA.git
70+
- name: WiFiNINA
7271
- name: Arduino_JSON
7372
- name: ArduinoBearSSL
7473
sketch-paths: '"examples/utility/Provisioning" "examples/utility/SelfProvisioning"'

0 commit comments

Comments
 (0)