We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d62975 commit 1a9a74dCopy full SHA for 1a9a74d
1 file changed
.github/workflows/build.yaml
@@ -20,12 +20,11 @@ jobs:
20
run: echo "VERSION=$(cat version)" >> $GITHUB_ENV
21
- uses: actions/setup-python@v6
22
with:
23
- python-version: '3.14'
+ python-version: '3.12'
24
cache: 'pip'
25
- name: Install PlatformIO Core
26
run: |
27
pip install --upgrade platformio
28
- pip install idf-component-manager
29
- name: Build ESP32 firmware
30
31
pio pkg list --project-dir firmware/ESP32/
0 commit comments