Skip to content

Commit 2e256cf

Browse files
authored
Use lvgl:master:HEAD for CI build. (#15)
This change is made in order to verify the correct working of all examples during various refactoring operations. However, this change needs to be reverted in order to allow verification if lvgl has indeed released a working 8.1 library version.
1 parent de2560f commit 2e256cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples-private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
libraries: |
5353
# Install the library from the local path.
5454
- source-path: ./
55-
- name: lvgl
55+
- source-url: https://github.com/lvgl/lvgl.git
5656
# Additional library dependencies can be listed here.
5757
# See: https://github.com/arduino/compile-sketches#libraries
5858
sketch-paths: |

0 commit comments

Comments
 (0)