mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-07 21:21:38 +02:00
* workflow update
This commit is contained in:
parent
b266cb0b8d
commit
7cc8e74f3b
1 changed files with 3 additions and 2 deletions
5
.github/workflows/compile_esp8266.yml
vendored
5
.github/workflows/compile_esp8266.yml
vendored
|
@ -26,5 +26,6 @@ jobs:
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install --upgrade platformio
|
pip install --upgrade platformio
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: pio project config -d tools\esp8266
|
run: |
|
||||||
run: pio run -e d1_mini
|
pio project config -d tools\esp8266
|
||||||
|
pio run -e d1_mini
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue