We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6659741 commit 2afdff6Copy full SHA for 2afdff6
.github/workflows/ci.yml
@@ -143,7 +143,7 @@ jobs:
143
run: pip install platformio
144
145
- name: Install Platform
146
- if: !!matrix.platform
+ if: ${{ matrix.platform }}
147
run: platformio platform install ${{ matrix.platform }}
148
149
- run: PLATFORMIO_SRC_DIR=examples/Demo PIO_BOARD=${{ matrix.board }} pio run -e ${{ matrix.env }}
0 commit comments