From 87898dd5552f90a6bc326a2c41e597d685bf7ad4 Mon Sep 17 00:00:00 2001 From: Andrea Gilardoni Date: Thu, 16 Jan 2025 10:42:12 +0100 Subject: [PATCH] fixup! fixing ci for nina based boards --- .github/workflows/compile-examples.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 7830aa26..a5cfe26b 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -50,6 +50,7 @@ jobs: platforms: | - name: arduino:mbed_nano artifact-name-suffix: arduino-mbed_nano-nano33ble + type: nina - fqbn: arduino:mbed_nano:nanorp2040connect platforms: | - name: arduino:mbed_nano @@ -59,12 +60,16 @@ jobs: platforms: | - name: arduino:renesas_uno artifact-name-suffix: arduino-renesas_uno-unor4wifi + type: unor4wifi include: - board: type: nina libraries: | - name: WiFiNINA + - board: + type: unor4wifi + libraries: steps: - name: Checkout repository @@ -79,6 +84,7 @@ jobs: libraries: | # Install the library from the local path. - source-path: ./ + ${{ matrix.libraries }} sketch-paths: | - examples enable-deltas-report: true