Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Apr 9, 2024
1 parent ac54184 commit cd5ce0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Checkout EthernetLarge library
uses: actions/checkout@v3
with:
repository: OPEnSLab-OSU/EthernetLarge
ref: master
path: CustomLibrary_EthernetLarge # must contain string "Custom"

- name: Compile sketch
uses: ArminJo/arduino-test-compile@v3
with:
Expand Down

0 comments on commit cd5ce0d

Please sign in to comment.