Skip to content

Commit 736ea0b

Browse files
Copilotstritti
andcommitted
Fix CI: reinstall ESP Async WebServer from GitHub to resolve missing header
Co-authored-by: stritti <184547+stritti@users.noreply.github.com>
1 parent 25ae466 commit 736ea0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
pio pkg install -g --library "ArduinoJson@~6.11.4"
8484
pio pkg install -g --library "AsyncMqttClient@^0.8.0"
8585
pio pkg install -g --library "Bounce2@^2.1.0"
86-
# Note: ESP Async WebServer is NOT installed globally to avoid platform conflicts
87-
# It will be resolved per-platform by platformio ci based on library.json
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"
8888
8989
- name: Install example dependencies
9090
continue-on-error: true

0 commit comments

Comments
 (0)