Skip to content

Commit 080e75e

Browse files
added ArduinoHttpClient as CI dependency
1 parent 2d503d0 commit 080e75e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/compile-examples.yml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
4949
libraries: |
5050
- name: Arduino_DebugUtils
51+
- name: ArduinoHttpClient
5152
sketch-paths: |
5253
- examples/OTA_Arduino_Server
5354
- examples/OTA_GitHub_Server
@@ -58,6 +59,7 @@ jobs:
5859
- name: arduino:esp32
5960
libraries: |
6061
- name: Arduino_DebugUtils
62+
- name: ArduinoHttpClient
6163
sketch-paths: |
6264
- examples/OTA_Arduino_Server
6365
- examples/OTA_GitHub_Server

0 commit comments

Comments
 (0)