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 9a6d529 commit 1f517adCopy full SHA for 1f517ad
.github/workflows/examples.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
python -m pip install --upgrade pip
36
pip install -U https://github.com/platformio/platformio/archive/develop.zip
37
- platformio platform install file://.
+ pio pkg install --global --platform symlink://.
38
- name: Build examples
39
40
platformio run -d ${{ matrix.example }}
0 commit comments