Skip to content

Commit d8a1fdf

Browse files
committed
Install PlatformIO Core from the scripts in CI
1 parent 7081bcd commit d8a1fdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ jobs:
3535
- name: Pack Installer Script
3636
run: |
3737
make pack
38+
- name: Install PlatformIO Core
39+
run: |
40+
python3 get-platformio.py
41+
~/.platformio/penv/bin/pio --help

0 commit comments

Comments
 (0)