We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20af68a commit ae797f2Copy full SHA for ae797f2
.github/workflows/testCompile.yml
@@ -27,10 +27,18 @@ jobs:
27
path: CustomLibrary # must contain string "Custom"
28
# No need to put "Custom" library in the required-libraries list
29
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
+
38
- name: Compile all examples
39
uses: ArminJo/arduino-test-compile@v3
40
with:
41
sketch-names: "*.ino"
42
sketch-names-find-start: examples/
- required-libraries: mcp_can@1.5.1, autowp-mcp2515
43
+ required-libraries: mcp_can@1.5.1
44
debug-install: true
0 commit comments