We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b2db0 commit bf9844fCopy full SHA for bf9844f
1 file changed
.github/workflows/ci.yml
@@ -80,10 +80,11 @@ jobs:
80
- name: Install Homie library dependencies
81
run: |
82
# Install core dependencies from library.json
83
- # ESP Async WebServer will be resolved per-platform by platformio ci
+ # ESP Async WebServer must be installed from GitHub to handle platform-specific variants correctly
84
pio pkg install -g --library "ArduinoJson@~6.11.4"
85
pio pkg install -g --library "AsyncMqttClient@^0.8.0"
86
pio pkg install -g --library "Bounce2@^2.1.0"
87
+ pio pkg install -g --library "https://github.com/me-no-dev/ESPAsyncWebServer.git"
88
89
- name: Install example dependencies
90
continue-on-error: true
0 commit comments