Skip to content

Commit 94cc4fa

Browse files
add --lib
1 parent 9df78b3 commit 94cc4fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Install library dependencies
3333
run: pio lib -g install 667
3434
- name: Run PlatformIO
35-
run: pio ci --board=uno --board=d1_mini
35+
run: pio ci --lib="." --board=uno --board=d1_mini
3636
env:
3737
PLATFORMIO_CI_SRC: ${{ matrix.example }}

0 commit comments

Comments
 (0)