From adc00b73ab674d96fe84050da3ba07ce7439a635 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Wed, 12 Jan 2022 09:32:50 +0100 Subject: [PATCH] Use lvgl:master:HEAD for CI build. 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. --- .github/workflows/compile-examples-private.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-examples-private.yml b/.github/workflows/compile-examples-private.yml index 35f1406..dd7789a 100644 --- a/.github/workflows/compile-examples-private.yml +++ b/.github/workflows/compile-examples-private.yml @@ -52,7 +52,7 @@ jobs: libraries: | # Install the library from the local path. - source-path: ./ - - name: lvgl + - source-url: https://github.com/lvgl/lvgl.git # Additional library dependencies can be listed here. # See: https://github.com/arduino/compile-sketches#libraries sketch-paths: |