|
@@ -25,11 +25,12 @@ jobs:
|
|
|
|
|
|
|
|
- uses: actions/setup-python@v5
|
|
- uses: actions/setup-python@v5
|
|
|
with:
|
|
with:
|
|
|
- python-version: '3.11'
|
|
|
|
|
|
|
+ python-version: '3.12'
|
|
|
|
|
|
|
|
- name: Install platformio
|
|
- name: Install platformio
|
|
|
run: |
|
|
run: |
|
|
|
pip install --upgrade platformio
|
|
pip install --upgrade platformio
|
|
|
|
|
+ pio system info
|
|
|
|
|
|
|
|
- name: Build firmware
|
|
- name: Build firmware
|
|
|
run: |
|
|
run: |
|