Browse Source

Update compile_esp8266.yml

pull/134/head
Andreas Schiffler 2 years ago
committed by GitHub
parent
commit
1261c5a160
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/compile_esp8266.yml

4
.github/workflows/compile_esp8266.yml

@ -35,9 +35,7 @@ jobs:
working-directory: tools/esp8266/html
run: python convert.py
- name: Run PlatformIO
run: pio run -d tools/esp8266 --environment node_mcu_v2
- name: Run PlatformIO
run: pio run -d tools/esp8266 --environment d1_mini
run: pio run -d tools/esp8266
- name: rename
working-directory: tools/esp8266/helpers
run: python getVersion.py

Loading…
Cancel
Save