Skip to content

Commit e824e4c

Browse files
committed
CI: add Arduino_ESP32_OTA library dependency
1 parent fce0018 commit e824e4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ jobs:
179179
# Install ESP32 platform via Boards Manager
180180
- name: esp32:esp32
181181
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
182-
libraries:
182+
libraries: |
183+
- name: Arduino_ESP32_OTA
183184
sketch-paths:
184185

185186
steps:

0 commit comments

Comments
 (0)