CI: lv_sim: initialize libpng submodule for WITH_PNG=ON screenshot
InfiniSim PR https://github.com/InfiniTimeOrg/InfiniSim/pull/10 adds support for screenshots in png/bmp format using `libpng` submodule. This new submodule must be added to the lv_sim workflow as well.
This commit is contained in:
parent
61a9a97e26
commit
7e0b053b38
2
.github/workflows/lv_sim.yml
vendored
2
.github/workflows/lv_sim.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
- name: Get InfiniSim repo
|
||||
run: |
|
||||
git clone https://github.com/InfiniTimeOrg/InfiniSim.git --depth 1 --branch main
|
||||
git -C InfiniSim submodule update --init lv_drivers
|
||||
git -C InfiniSim submodule update --init lv_drivers libpng
|
||||
|
||||
#########################################################################################
|
||||
# CMake
|
||||
|
|
Loading…
Reference in New Issue
Block a user