* workflow update

This commit is contained in:
lumapu 2022-07-06 22:22:07 +02:00
parent b266cb0b8d
commit 7cc8e74f3b

View file

@ -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