Skip to content

Commit

Permalink
Update examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Feb 9, 2024
1 parent f56fdbb commit 5837ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ 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' && matrix.os != 'windows-2022'
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
- name: Build examples
if: matrix.example != 'examples/tasmota' && matrix.os != 'windows-2022'
if: "matrix.example != 'examples/tasmota' || matrix.os != 'windows-2022'"
run: |
pio run -d ${{ matrix.example }}

0 comments on commit 5837ff8

Please sign in to comment.