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:
Reinhold Gschweicher 2022-03-08 21:28:57 +01:00 committed by JF
parent 61a9a97e26
commit 7e0b053b38

View File

@ -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