We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f42ac commit c6397ebCopy full SHA for c6397eb
.github/workflows/example.yml
@@ -26,6 +26,7 @@ jobs:
26
python -m pip install --upgrade pip
27
pip install wheel
28
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
30
- name: Build example
31
run: |
32
pio run
0 commit comments