Skip to content

Commit 87898dd

Browse files
fixup! fixing ci for nina based boards
1 parent a96f2ab commit 87898dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/compile-examples.yml

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
platforms: |
5151
- name: arduino:mbed_nano
5252
artifact-name-suffix: arduino-mbed_nano-nano33ble
53+
type: nina
5354
- fqbn: arduino:mbed_nano:nanorp2040connect
5455
platforms: |
5556
- name: arduino:mbed_nano
@@ -59,12 +60,16 @@ jobs:
5960
platforms: |
6061
- name: arduino:renesas_uno
6162
artifact-name-suffix: arduino-renesas_uno-unor4wifi
63+
type: unor4wifi
6264

6365
include:
6466
- board:
6567
type: nina
6668
libraries: |
6769
- name: WiFiNINA
70+
- board:
71+
type: unor4wifi
72+
libraries:
6873

6974
steps:
7075
- name: Checkout repository
@@ -79,6 +84,7 @@ jobs:
7984
libraries: |
8085
# Install the library from the local path.
8186
- source-path: ./
87+
${{ matrix.libraries }}
8288
sketch-paths: |
8389
- examples
8490
enable-deltas-report: true

0 commit comments

Comments
 (0)