We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d600f09 commit 0ebf94fCopy full SHA for 0ebf94f
.github/workflows/compile-examples.yml
@@ -52,7 +52,6 @@ jobs:
52
fqbn: arduino:mbed:envie_m4
53
additional-libraries: |
54
- name: lvgl
55
- version: 7.11.0
56
additional-sketch-paths: |
57
- libraries/doom
58
- libraries/KernelDebug
@@ -70,6 +69,7 @@ jobs:
70
69
71
72
- libraries/Portenta_Camera/examples
+ - libraries/Portenta_lvgl/examples/Portenta_lvgl
73
- libraries/Portenta_SDCARD
74
- libraries/Portenta_SDRAM
75
- libraries/Portenta_System
0 commit comments