Skip to content

Commit ae797f2

Browse files
committed
Try autowp/arduino-mcp2515 as custom library.
1 parent 20af68a commit ae797f2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/testCompile.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,18 @@ jobs:
2727
path: CustomLibrary # must contain string "Custom"
2828
# No need to put "Custom" library in the required-libraries list
2929

30+
- name: Checkout autowp-mcp2515 as custom library
31+
uses: actions/checkout@v4
32+
with:
33+
repository: autowp/arduino-mcp2515
34+
ref: master
35+
path: CustomLibrary_autowp-mcp2515 # must contain string "Custom"
36+
# No need to put "Custom" library in the required-libraries list
37+
3038
- name: Compile all examples
3139
uses: ArminJo/arduino-test-compile@v3
3240
with:
3341
sketch-names: "*.ino"
3442
sketch-names-find-start: examples/
35-
required-libraries: mcp_can@1.5.1, autowp-mcp2515
43+
required-libraries: mcp_can@1.5.1
3644
debug-install: true

0 commit comments

Comments
 (0)