Skip to content

Commit

Permalink
Add checkout of dependent libraries for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Oct 22, 2024
1 parent b017135 commit ee19f35
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/arduino-esp-v2-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Checkout M5Unit-METER for examples
uses: actions/checkout@v4
with:
repository: m5stack/M5Unit-METER
path: CustomLibrary_M5Unit-METER

# Build
- name: Compile examples
uses: ArminJo/arduino-test-compile@master
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/arduino-esp-v3-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Checkout M5Unit-METER for examples
uses: actions/checkout@v4
with:
repository: m5stack/M5Unit-METER
path: CustomLibrary_M5Unit-METER

# Build
- name: Compile examples
uses: ArminJo/arduino-test-compile@master
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/arduino-m5-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Checkout M5Unit-METER for examples
uses: actions/checkout@v4
with:
repository: m5stack/M5Unit-METER
path: CustomLibrary_M5Unit-METER

# Build
- name: Compile examples
uses: ArminJo/arduino-test-compile@master
Expand Down

0 comments on commit ee19f35

Please sign in to comment.