Skip to content

Commit 1150959

Browse files
committed
fix pio ci command
1 parent f279b6e commit 1150959

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ jobs:
4747
run: pip install --upgrade platformio
4848
- name: Build PlatformIO examples
4949
run: |
50-
pio ci --lib=. --project-conf=examples/${{ matrix.example }} \
51-
--board=uno \
52-
--board=esp32dev
50+
pio ci \
51+
--lib=. \
52+
--project-conf=examples/${{ matrix.example }}/platformio.ini \
53+
--board=uno \
54+
--board=esp32dev
5355
env:
5456
PLATFORMIO_CI_SRC: examples/${{ matrix.example }}
5557
lint:

0 commit comments

Comments
 (0)