Skip to content

Commit 57d0af1

Browse files
committed
update compile-examples
1 parent 62aff5c commit 57d0af1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
libraries: |
5050
- name: Arduino_DebugUtils
5151
sketch-paths: |
52-
- examples/OTA
52+
- examples/OTA_Arduino_Server
53+
- examples/OTA_GitHub_Server
5354
- examples/LOLIN_32_Blink
5455
- board:
5556
type: arduino_esp32
@@ -58,7 +59,8 @@ jobs:
5859
libraries: |
5960
- name: Arduino_DebugUtils
6061
sketch-paths: |
61-
- examples/OTA
62+
- examples/OTA_Arduino_Server
63+
- examples/OTA_GitHub_Server
6264
- examples/NANO_ESP32_Blink
6365
6466
steps:

0 commit comments

Comments
 (0)