Skip to content

Commit

Permalink
Try autowp/arduino-mcp2515 as custom library.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Oct 31, 2024
1 parent 20af68a commit ae797f2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/testCompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,18 @@ jobs:
path: CustomLibrary # must contain string "Custom"
# No need to put "Custom" library in the required-libraries list

- name: Checkout autowp-mcp2515 as custom library
uses: actions/checkout@v4
with:
repository: autowp/arduino-mcp2515
ref: master
path: CustomLibrary_autowp-mcp2515 # must contain string "Custom"
# No need to put "Custom" library in the required-libraries list

- name: Compile all examples
uses: ArminJo/arduino-test-compile@v3
with:
sketch-names: "*.ino"
sketch-names-find-start: examples/
required-libraries: mcp_can@1.5.1, autowp-mcp2515
required-libraries: mcp_can@1.5.1
debug-install: true

0 comments on commit ae797f2

Please sign in to comment.