Skip to content

Commit b6481b5

Browse files
Copilotstritti
andcommitted
Fix CI: add lib_ignore for AsyncTCP_RP2040W and install intelhex for ESP32
Co-authored-by: stritti <184547+stritti@users.noreply.github.com>
1 parent 583227a commit b6481b5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Install PlatformIO
6969
run: pip install -U platformio
7070

71+
- name: Install Python dependencies for ESP32
72+
run: pip install intelhex
73+
7174
- name: Install Arduino Core for ESP8266
7275
run: platformio platform install espressif8266
7376

@@ -93,7 +96,7 @@ jobs:
9396
pio pkg install -g --library "https://github.com/marvinroger/arduino-sonoff-dual.git" || true
9497
9598
- name: Build ${{ matrix.example }}
96-
run: platformio ci ./examples/${{ matrix.example }} --board=esp01_1m --board=nodemcuv2 --board=esp32dev --lib="."
99+
run: platformio ci ./examples/${{ matrix.example }} --board=esp01_1m --board=nodemcuv2 --board=esp32dev --lib="." --project-option="lib_ignore=AsyncTCP_RP2040W"
97100

98101
generate-docs:
99102
name: Generate Documentation

0 commit comments

Comments
 (0)