Skip to content

Commit fb79520

Browse files
committed
added a dedicated platform install step in every library CI
1 parent ab70036 commit fb79520

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Install PIOArduino Core
3535
run: python -m pip install --upgrade https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
3636

37+
- name: Install PIOArduino ESP32 Platform
38+
run: pio platform install https://github.com/pioarduino/platform-espressif32.git
39+
3740
- name: Build library examples (ESP32 Arduino)
3841
run: |
3942
set -e

0 commit comments

Comments
 (0)