Skip to content

Commit 2afdff6

Browse files
committed
fix: ci
1 parent 6659741 commit 2afdff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: pip install platformio
144144

145145
- name: Install Platform
146-
if: !!matrix.platform
146+
if: ${{ matrix.platform }}
147147
run: platformio platform install ${{ matrix.platform }}
148148

149149
- run: PLATFORMIO_SRC_DIR=examples/Demo PIO_BOARD=${{ matrix.board }} pio run -e ${{ matrix.env }}

0 commit comments

Comments
 (0)