Skip to content

Commit 7e0b053

Browse files
NeroBurnerJF002
authored andcommitted
CI: lv_sim: initialize libpng submodule for WITH_PNG=ON screenshot
InfiniSim PR InfiniTimeOrg/InfiniSim#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.
1 parent 61a9a97 commit 7e0b053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lv_sim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Get InfiniSim repo
4949
run: |
5050
git clone https://github.com/InfiniTimeOrg/InfiniSim.git --depth 1 --branch main
51-
git -C InfiniSim submodule update --init lv_drivers
51+
git -C InfiniSim submodule update --init lv_drivers libpng
5252
5353
#########################################################################################
5454
# CMake

0 commit comments

Comments
 (0)