Skip to content

Commit 3a7dfdb

Browse files
FintasticManNeroBurner
authored andcommitted
workflows: Fix InfiniSim CI build
InfiniSim has removed the libpng submodule and moved it to a system dependency.
1 parent 0aead42 commit 3a7dfdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
build-simulator:
6262
runs-on: ubuntu-22.04
6363
steps:
64-
- name: Install SDL2 development package
64+
- name: Install SDL2 and libpng development package
6565
run: |
6666
sudo apt-get update
67-
sudo apt-get -y install libsdl2-dev
67+
sudo apt-get -y install libsdl2-dev libpng-dev
6868
6969
- name: Install Ninja
7070
run: |
@@ -82,7 +82,7 @@ jobs:
8282
- name: Get InfiniSim repo
8383
run: |
8484
git clone https://github.com/InfiniTimeOrg/InfiniSim.git --depth 1 --branch main
85-
git -C InfiniSim submodule update --init lv_drivers libpng
85+
git -C InfiniSim submodule update --init lv_drivers
8686
8787
- name: CMake
8888
# disable BUILD_RESOURCES as this is already done when building the firmware

0 commit comments

Comments
 (0)