From d1e1b122465ef25bdb8d34b18123eb8825482c79 Mon Sep 17 00:00:00 2001 From: GOB Date: Mon, 21 Oct 2024 17:33:52 +0900 Subject: [PATCH] Fixes required libraries --- .github/workflows/.#arduino-esp-v3-build-check.yml | 1 + .github/workflows/arduino-esp-v2-build-check.yml | 2 +- .github/workflows/arduino-esp-v3-build-check.yml | 6 +++--- .github/workflows/arduino-m5-build-check.yml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) create mode 120000 .github/workflows/.#arduino-esp-v3-build-check.yml diff --git a/.github/workflows/.#arduino-esp-v3-build-check.yml b/.github/workflows/.#arduino-esp-v3-build-check.yml new file mode 120000 index 0000000..2c7e363 --- /dev/null +++ b/.github/workflows/.#arduino-esp-v3-build-check.yml @@ -0,0 +1 @@ +gob@gob-mbp.local.8206 \ No newline at end of file diff --git a/.github/workflows/arduino-esp-v2-build-check.yml b/.github/workflows/arduino-esp-v2-build-check.yml index c667010..5e465e2 100644 --- a/.github/workflows/arduino-esp-v2-build-check.yml +++ b/.github/workflows/arduino-esp-v2-build-check.yml @@ -2,7 +2,7 @@ name: Build(arduino-esp32:2.x) env: SKETCH_NAMES_FIND_START: ./examples/UnitUnified - REQUIRED_LIBRARIES: M5Unified,M5UnitUnified + REQUIRED_LIBRARIES: M5Unified,M5UnitUnified,BME68x Sensor library,Bsec2 on: push: diff --git a/.github/workflows/arduino-esp-v3-build-check.yml b/.github/workflows/arduino-esp-v3-build-check.yml index 3d7c761..41e11ce 100644 --- a/.github/workflows/arduino-esp-v3-build-check.yml +++ b/.github/workflows/arduino-esp-v3-build-check.yml @@ -2,8 +2,8 @@ name: Build(arduino-esp32:3.x) env: SKETCH_NAMES_FIND_START: ./examples/UnitUnified - REQUIRED_LIBRARIES: M5Unified,M5UnitUnified - + REQUIRED_LIBRARIES: M5Unified,M5UnitUnified,BME68x Sensor library,Bsec2 + REQUIRED_LIBRARIES_NANOC6: M5Unified,M5UnitUnified,BME68x Sensor library on: push: tags-ignore: @@ -114,7 +114,7 @@ jobs: arduino-board-fqbn: ${{ matrix.platform }}:${{ matrix.archi }}:${{ matrix.board }} arduino-platform: ${{ matrix.platform }}:${{ matrix.archi }}@${{ matrix.platform-version }} platform-url: ${{ matrix.platform-url }} - required-libraries: ${{ env.REQUIRED_LIBRARIES }} + required-libraries: ${{ matrix.board == 'm5stack_nanoc6' && env.REQUIRED_LIBRARIES_NANOC6 || env.REQUIRED_LIBRARIES }} extra-arduino-cli-args: ${{ matrix.cli-args }} #build-properties: ${{ toJson(matrix.build-properties) }} sketch-names: ${{ matrix.sketch }}.ino diff --git a/.github/workflows/arduino-m5-build-check.yml b/.github/workflows/arduino-m5-build-check.yml index 5c5ba87..def6c64 100644 --- a/.github/workflows/arduino-m5-build-check.yml +++ b/.github/workflows/arduino-m5-build-check.yml @@ -2,7 +2,7 @@ name: Build(arduino-m5stack) env: SKETCH_NAMES_FIND_START: ./examples/UnitUnified - REQUIRED_LIBRARIES: M5Unified,M5UnitUnified + REQUIRED_LIBRARIES: M5Unified,M5UnitUnified,BME68x Sensor library,Bsec2 on: push: