Skip to content

Commit bf9844f

Browse files
Copilotstritti
andcommitted
Fix CI: reinstall ESP Async WebServer from GitHub (required for all builds)
Co-authored-by: stritti <184547+stritti@users.noreply.github.com>
1 parent a5b2db0 commit bf9844f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,11 @@ 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
83+
# ESP Async WebServer must be installed from GitHub to handle platform-specific variants correctly
8484
pio pkg install -g --library "ArduinoJson@~6.11.4"
8585
pio pkg install -g --library "AsyncMqttClient@^0.8.0"
8686
pio pkg install -g --library "Bounce2@^2.1.0"
87+
pio pkg install -g --library "https://github.com/me-no-dev/ESPAsyncWebServer.git"
8788
8889
- name: Install example dependencies
8990
continue-on-error: true

0 commit comments

Comments
 (0)