Skip to content

Commit a5b2db0

Browse files
Copilotstritti
andcommitted
Fix CI: let platformio ci resolve ESP Async WebServer dependency
Co-authored-by: stritti <184547+stritti@users.noreply.github.com>
1 parent 736ea0b commit a5b2db0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,10 @@ jobs:
8080
- name: Install Homie library dependencies
8181
run: |
8282
# Install core dependencies from library.json
83+
# ESP Async WebServer will be resolved per-platform by platformio ci
8384
pio pkg install -g --library "ArduinoJson@~6.11.4"
8485
pio pkg install -g --library "AsyncMqttClient@^0.8.0"
8586
pio pkg install -g --library "Bounce2@^2.1.0"
86-
# Install ESP Async WebServer from GitHub (compatible with ESP8266 and ESP32)
87-
pio pkg install -g --library "https://github.com/me-no-dev/ESPAsyncWebServer.git"
8887
8988
- name: Install example dependencies
9089
continue-on-error: true

0 commit comments

Comments
 (0)