Skip to content

Commit 25cdd7c

Browse files
committed
actions: build project as lib
1 parent c550271 commit 25cdd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
run: pio lib -g install ANT
4646

4747
- name: Run PlatformIO
48-
run: pio ci --board=teensy31
48+
run: pio ci --board=teensy31 --lib="."
4949
env:
5050
PLATFORMIO_CI_SRC: ${{ matrix.example }}

0 commit comments

Comments
 (0)