workaround for platform 6.12

This commit is contained in:
MichaelDvP
2025-08-29 08:49:51 +02:00
parent 227b1ac59b
commit 9225ad2ad9
4 changed files with 5 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U platformio
python -m pip install intelhex
- name: Build the WebUI
run: |

View File

@@ -35,6 +35,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U platformio
python -m pip install intelhex
- name: Build the WebUI
run: |

View File

@@ -43,6 +43,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U platformio
python -m pip install intelhex
- name: Build the WebUI
run: |