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 2b122c0 commit 9a4c9cfCopy full SHA for 9a4c9cf
.github/workflows/example.yml
@@ -25,8 +25,7 @@ jobs:
25
run: |
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
+ pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.16+test.tar.gz
30
- name: Build example
31
32
pio run
0 commit comments