Skip to content

Commit

Permalink
Fixes syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Oct 22, 2024
1 parent ee19f35 commit cfe5771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/arduino-esp-v3-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build(arduino-esp32:3.x)
env:
SKETCH_NAMES_FIND_START: ./examples/UnitUnified
REQUIRED_LIBRARIES: M5Unified,M5UnitUnified

on:
push:
tags-ignore:
Expand Down Expand Up @@ -102,12 +103,13 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Checkout M5Unit-METER for examples
- 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
2 changes: 1 addition & 1 deletion .github/workflows/arduino-m5-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

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

0 comments on commit cfe5771

Please sign in to comment.