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 3f80cbb commit 875fd56Copy full SHA for 875fd56
.github/workflows/examples.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
python -m pip install --upgrade pip
45
pip install wheel
46
- pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.16+test.tar.gz
+ pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.16.tar.gz
47
pio pkg install --global --platform symlink://.
48
- name: Build examples
49
0 commit comments