diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index f9e49e64c..927272764 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -49,7 +49,7 @@ jobs: pip install -U https://github.com/platformio/platformio/archive/develop.zip pio pkg install --global --platform symlink://. - name: git clone Tasmota and add to examples - if: matrix.example == 'examples/tasmota' + if: matrix.example == 'examples/tasmota' && matrix.os != 'windows-2022' run: | git clone https://github.com/arendst/Tasmota.git examples/tasmota cp examples/tasmota_platformio_override.ini examples/tasmota/platformio_override.ini