summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2022-03-08 21:28:57 +0100
committerJF <JF002@users.noreply.github.com>2022-03-08 21:57:20 +0100
commit7e0b053b38d0491eb4ee666be34d0ea2ab029d19 (patch)
tree8d0af64e7274e2f445b9f50cb985e171afce71ca /.github
parent61a9a97e267799f76c64279887a9845d4760a77c (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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lv_sim.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lv_sim.yml b/.github/workflows/lv_sim.yml
index a3479f05..59ee7b31 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