Skip to content

Commit c6397eb

Browse files
authored
install platform to fix setup error
1 parent b3f42ac commit c6397eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install wheel
2828
pip install -U https://github.com/Jason2866/platformio-core/archive/refs/tags/v6.1.16+free.zip
29+
pio pkg install --global --platform https://github.com/Jason2866/platform-espressif32.git#idf_installer
2930
- name: Build example
3031
run: |
3132
pio run

0 commit comments

Comments
 (0)