Skip to content

Commit 50183c2

Browse files
committed
Adding dependency 'Adafruit_SleepyDog' to CI build.
1 parent 288489d commit 50183c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/compile-examples.yml

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- name: ArduinoECCX08
6464
- name: RTCZero
6565
- name: WiFi101
66+
- source-url: https://github.com/adafruit/Adafruit_SleepyDog.git
6667
sketch-paths: |
6768
- examples/utility/Provisioning
6869
# MKR WiFi 1010, Nano 33 IoT
@@ -77,6 +78,7 @@ jobs:
7778
- name: WiFiNINA
7879
- name: Arduino_JSON
7980
- name: ArduinoBearSSL
81+
- source-url: https://github.com/adafruit/Adafruit_SleepyDog.git
8082
sketch-paths: |
8183
- examples/utility/Provisioning
8284
- examples/utility/SelfProvisioning
@@ -113,6 +115,7 @@ jobs:
113115
- name: ArduinoECCX08
114116
- name: RTCZero
115117
- name: MKRGSM
118+
- source-url: https://github.com/adafruit/Adafruit_SleepyDog.git
116119
sketch-paths: |
117120
- examples/utility/Provisioning
118121
# NB boards
@@ -124,6 +127,7 @@ jobs:
124127
- name: ArduinoECCX08
125128
- name: RTCZero
126129
- name: MKRNB
130+
- source-url: https://github.com/adafruit/Adafruit_SleepyDog.git
127131
sketch-paths: |
128132
- examples/utility/Provisioning
129133
# Portenta

0 commit comments

Comments
 (0)