diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2022-03-08 20:28:57 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-03-08 20:57:20 (GMT) |
| commit | 7e0b053b38d0491eb4ee666be34d0ea2ab029d19 (patch) | |
| tree | 8d0af64e7274e2f445b9f50cb985e171afce71ca | |
| parent | 61a9a97e267799f76c64279887a9845d4760a77c (diff) | |
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.
| -rw-r--r-- | .github/workflows/lv_sim.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lv_sim.yml b/.github/workflows/lv_sim.yml index a3479f0..59ee7b3 100644 --- a/.github/workflows/lv_sim.yml +++ b/.github/workflows/lv_sim.yml @@ -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 |
