Skip to content

Commit f5fcfdd

Browse files
authored
Update examples.yml
1 parent 0ba3f19 commit f5fcfdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
python -m pip install --upgrade pip
5151
pip install wheel
52-
pip install -U https://github.com/platformio/platformio/archive/develop.zip
52+
pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.16.tar.gz
5353
pio pkg install --global --platform file://.
5454
if: "matrix.os == 'windows-2022'"
5555
env:
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
python -m pip install --upgrade pip
6969
pip install wheel
70-
pip install -U https://github.com/platformio/platformio/archive/develop.zip
70+
pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.16.tar.gz
7171
pio pkg install --global --platform file://.
7272
if: "matrix.os != 'windows-2022'"
7373
- name: git clone Tasmota and add to examples

0 commit comments

Comments
 (0)