Skip to content

Commit

Permalink
No Windows for big examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Feb 9, 2024
1 parent 78f07dc commit 08e3141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08e3141

Please sign in to comment.