We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e694f commit 040a66bCopy full SHA for 040a66b
1 file changed
.github/workflows/build-esp8266.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Build Examples
38
run: |
39
- EXCLUDE_EXAMPLES="ESP32-CAM ESP32-CAM-PIR ESP_OTA Ethernet echoBot_UnoR4 echoBot_wifiNINA"
+ EXCLUDE_EXAMPLES="ESP32-CAM ESP32-CAM-PIR ESP_OTA Ethernet advanced echoBot_UnoR4 echoBot_wifiNINA"
40
41
for i in `ls examples`; do
42
# skip excluded examples
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
0 commit comments