Skip to content

Commit 130c26e

Browse files
committed
Add MCP2515 library dependency to test compilation script.
1 parent 2d3e932 commit 130c26e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testCompile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
with:
3333
sketch-names: "*.ino"
3434
sketch-names-find-start: examples/
35-
required-libraries: mcp_can
35+
required-libraries: mcp_can@1.5.1, autowp-mcp2515@1.2.1
36+

0 commit comments

Comments
 (0)