There was an error while loading. Please reload this page.
1 parent ab70036 commit fb79520Copy full SHA for fb79520
1 file changed
.github/workflows/ci.yml
@@ -34,6 +34,9 @@ jobs:
34
- name: Install PIOArduino Core
35
run: python -m pip install --upgrade https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
36
37
+ - name: Install PIOArduino ESP32 Platform
38
+ run: pio platform install https://github.com/pioarduino/platform-espressif32.git
39
+
40
- name: Build library examples (ESP32 Arduino)
41
run: |
42
set -e
0 commit comments