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 e49272f commit e08da69Copy full SHA for e08da69
.github/workflows/examples.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
python -m pip install --upgrade pip
27
pip install -U https://github.com/platformio/platformio/archive/develop.zip
28
- platformio platform install file://.
+ pio pkg install --global --platform symlink://.
29
- name: Build examples
30
31
platformio run -d ${{ matrix.example }}
0 commit comments