Skip to content

Commit

Permalink
added ArduinoHttpClient as CI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagilardoni committed May 24, 2024
1 parent 3c8044a commit 6d112da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
libraries: |
- name: Arduino_DebugUtils
- name: ArduinoHttpClient
sketch-paths: |
- examples/OTA_Arduino_Server
- examples/OTA_GitHub_Server
Expand All @@ -58,6 +59,7 @@ jobs:
- name: arduino:esp32
libraries: |
- name: Arduino_DebugUtils
- name: ArduinoHttpClient
sketch-paths: |
- examples/OTA_Arduino_Server
- examples/OTA_GitHub_Server
Expand Down

0 comments on commit 6d112da

Please sign in to comment.