We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736ea0b commit a5b2db0Copy full SHA for a5b2db0
1 file changed
.github/workflows/ci.yml
@@ -80,11 +80,10 @@ 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
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"
- # 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"
88
89
- name: Install example dependencies
90
continue-on-error: true
0 commit comments