We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835ee77 commit ee41f02Copy full SHA for ee41f02
.github/workflows/compile-examples.yml
@@ -61,6 +61,7 @@ jobs:
61
- libraries/doom
62
- libraries/KernelDebug
63
- libraries/Portenta_Camera/examples
64
+ - libraries/Portenta_lvgl/examples/Portenta_lvgl
65
- libraries/Portenta_SDCARD
66
- libraries/Portenta_System
67
- libraries/Portenta_Video
@@ -99,6 +100,7 @@ jobs:
99
100
fqbn: ${{ matrix.board.fqbn }}
101
libraries: |
102
- name: WiFiNINA
103
+ - name: lvgl
104
platforms: |
105
# Use Board Manager to install the latest release of Arduino mbed Boards to get the toolchain
106
- name: "arduino:mbed"
0 commit comments