Skip to content

Commit

Permalink
fixed 128x64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Nov 7, 2024
1 parent cc47bfd commit 0934b42
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 == '128x32' || matrix.panels == '256x64'|| matrix.panels == '128x6' || matrix.panels == '128x32_wifi'|| matrix.panels == '128x64_wifi')
- if: (matrix.panels == '128x32' || matrix.panels == '256x64'|| matrix.panels == '128x64' || matrix.panels == '128x32_wifi'|| matrix.panels == '128x64_wifi')
name: Build ZeDMD
run: |
pio run -e ${{ matrix.panels }}
Expand Down

0 comments on commit 0934b42

Please sign in to comment.