Skip to content

Commit

Permalink
fixed ZeDMD S3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Jun 10, 2024
1 parent 192c63e commit 067207a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ZeDMD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade platformio
- if: (!(matrix.panels == 'S3-N16R8_128x32' && matrix.panels == 'S3-N16R8_256x64' && matrix.panels == 'S3-N16R8_128x64'))
- if: (!(matrix.panels == 'S3-N16R8_128x32') && !(matrix.panels == 'S3-N16R8_256x64') && !(matrix.panels == 'S3-N16R8_128x64'))
name: Build ZeDMD
run: |
pio run -e ${{ matrix.panels }}
Expand Down

0 comments on commit 067207a

Please sign in to comment.