Skip to content

Commit c0e694f

Browse files
authored
Add 'Ethernet' to excluded examples in build workflow
1 parent d908d65 commit c0e694f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-esp8266.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Build Examples
3838
run: |
39-
EXCLUDE_EXAMPLES="ESP32-CAM ESP32-CAM-PIR ESP_OTA echoBot_UnoR4 echoBot_wifiNINA"
39+
EXCLUDE_EXAMPLES="ESP32-CAM ESP32-CAM-PIR ESP_OTA Ethernet echoBot_UnoR4 echoBot_wifiNINA"
4040
4141
for i in `ls examples`; do
4242
# skip excluded examples
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Build Examples
8787
run: |
88-
EXCLUDE_EXAMPLES="ESP32-CAM ESP32-CAM-PIR ESP_OTA echoBot_UnoR4 echoBot_wifiNINA"
88+
EXCLUDE_EXAMPLES="ESP32-CAM ESP32-CAM-PIR ESP_OTA Ethernet echoBot_UnoR4 echoBot_wifiNINA"
8989
9090
for i in `ls examples`; do
9191
# skip excluded examples

0 commit comments

Comments
 (0)