We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea21b91 commit 4efd219Copy full SHA for 4efd219
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python
21
uses: actions/setup-python@v5
22
with:
23
- python-version: '3.x'
+ python-version: '3.13'
24
25
- name: Cache PlatformIO
26
uses: actions/cache@v4
@@ -33,6 +33,9 @@ jobs:
33
- name: Install PIOArduino Core
34
run: python -m pip install --upgrade https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
35
36
+ - name: Install PIOArduino ESP32 Platform
37
+ run: pio platform install https://github.com/pioarduino/platform-espressif32.git
38
+
39
- name: Build library examples (ESP32 Arduino)
40
run: |
41
set -e
0 commit comments