diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index ab64b14..eef99c0 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -50,7 +50,7 @@ jobs: run: | python -m pip install --upgrade pip pip install wheel - pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.17b2.zip + pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.17.zip pio pkg install --global --platform file://. - name: git clone Tasmota and add to examples run: |