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 d9409ca commit 913e679Copy full SHA for 913e679
.github/workflows/example.yml
@@ -25,7 +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.17.zip
+ pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
29
- name: Build example
30
31
pio run
0 commit comments