diff --git a/.github/workflows/arduino-esp-v3-build-check.yml b/.github/workflows/arduino-esp-v3-build-check.yml index 3091056..ebc326a 100644 --- a/.github/workflows/arduino-esp-v3-build-check.yml +++ b/.github/workflows/arduino-esp-v3-build-check.yml @@ -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: @@ -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 diff --git a/.github/workflows/arduino-m5-build-check.yml b/.github/workflows/arduino-m5-build-check.yml index 7fe8ac9..4c29c88 100644 --- a/.github/workflows/arduino-m5-build-check.yml +++ b/.github/workflows/arduino-m5-build-check.yml @@ -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