Skip to content

Commit 1a9a74d

Browse files
author
danny
committed
Use older python version
1 parent 2d62975 commit 1a9a74d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ jobs:
2020
run: echo "VERSION=$(cat version)" >> $GITHUB_ENV
2121
- uses: actions/setup-python@v6
2222
with:
23-
python-version: '3.14'
23+
python-version: '3.12'
2424
cache: 'pip'
2525
- name: Install PlatformIO Core
2626
run: |
2727
pip install --upgrade platformio
28-
pip install idf-component-manager
2928
- name: Build ESP32 firmware
3029
run: |
3130
pio pkg list --project-dir firmware/ESP32/

0 commit comments

Comments
 (0)