We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96f2ab commit 87898ddCopy full SHA for 87898dd
.github/workflows/compile-examples.yml
@@ -50,6 +50,7 @@ jobs:
50
platforms: |
51
- name: arduino:mbed_nano
52
artifact-name-suffix: arduino-mbed_nano-nano33ble
53
+ type: nina
54
- fqbn: arduino:mbed_nano:nanorp2040connect
55
56
@@ -59,12 +60,16 @@ jobs:
59
60
61
- name: arduino:renesas_uno
62
artifact-name-suffix: arduino-renesas_uno-unor4wifi
63
+ type: unor4wifi
64
65
include:
66
- board:
67
type: nina
68
libraries: |
69
- name: WiFiNINA
70
+ - board:
71
72
+ libraries:
73
74
steps:
75
- name: Checkout repository
@@ -79,6 +84,7 @@ jobs:
79
84
80
85
# Install the library from the local path.
81
86
- source-path: ./
87
+ ${{ matrix.libraries }}
82
88
sketch-paths: |
83
89
- examples
90
enable-deltas-report: true
0 commit comments