We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aead42 commit 3a7dfdbCopy full SHA for 3a7dfdb
.github/workflows/main.yml
@@ -61,10 +61,10 @@ jobs:
61
build-simulator:
62
runs-on: ubuntu-22.04
63
steps:
64
- - name: Install SDL2 development package
+ - name: Install SDL2 and libpng development package
65
run: |
66
sudo apt-get update
67
- sudo apt-get -y install libsdl2-dev
+ sudo apt-get -y install libsdl2-dev libpng-dev
68
69
- name: Install Ninja
70
@@ -82,7 +82,7 @@ jobs:
82
- name: Get InfiniSim repo
83
84
git clone https://github.com/InfiniTimeOrg/InfiniSim.git --depth 1 --branch main
85
- git -C InfiniSim submodule update --init lv_drivers libpng
+ git -C InfiniSim submodule update --init lv_drivers
86
87
- name: CMake
88
# disable BUILD_RESOURCES as this is already done when building the firmware
0 commit comments