mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-30 17:26:12 +02:00
Update compile_esp8266.yml
This commit is contained in:
parent
75b97cbb82
commit
50883bf36d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/compile_esp8266.yml
vendored
6
.github/workflows/compile_esp8266.yml
vendored
|
@ -35,9 +35,9 @@ jobs:
|
|||
working-directory: tools/esp8266/html
|
||||
run: python convert.py
|
||||
- name: Run PlatformIO
|
||||
run: |
|
||||
pio run -d tools/esp8266 --environment node_mcu_v2
|
||||
pio run -d tools/esp8266 --environment d1_mini
|
||||
run: pio run -d tools/esp8266 --environment node_mcu_v2
|
||||
- name: Run PlatformIO
|
||||
run: pio run -d tools/esp8266 --environment d1_mini
|
||||
- name: rename
|
||||
working-directory: tools/esp8266/helpers
|
||||
run: python getVersion.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue