Skip to content

Commit

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

- name: Checkout M5Tough library
- name: Checkout M5Core2 library
uses: actions/checkout@v3
with:
repository: m5stack/M5Tough
repository: m5stack/M5Core2
ref: master
path: CustomLibrary_M5Tough # must contain string "Custom"
path: CustomLibrary_M5Core2 # must contain string "Custom"

- name: Copy lv_conf.h
run: |
Expand Down

0 comments on commit 52b054f

Please sign in to comment.