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 981401f commit b04fc4bCopy full SHA for b04fc4b
.github/workflows/examples.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
python -m pip install --upgrade pip
72
pip install -U https://github.com/platformio/platformio/archive/develop.zip
73
- platformio platform install file://.
+ pio pkg install --global --platform symlink://.
74
- name: Build examples
75
76
platformio run -d ${{ matrix.example }}
0 commit comments