From fc8077add8e30a07092e71f72d3dc017cb81aadf Mon Sep 17 00:00:00 2001 From: NeroBurner Date: Thu, 26 Oct 2023 23:20:58 +0200 Subject: [PATCH] CI: install python3-pil for lv_img_conv.py (#126) Install new build dependency introduced with move to minimum python implementation of `lv_img_conv` node js script https://github.com/InfiniTimeOrg/InfiniTime/pull/1863 --- .github/workflows/lv_sim.yml | 10 ++++------ InfiniTime | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lv_sim.yml b/.github/workflows/lv_sim.yml index 5eb8599..d136a40 100644 --- a/.github/workflows/lv_sim.yml +++ b/.github/workflows/lv_sim.yml @@ -34,16 +34,14 @@ jobs: sudo apt-get update sudo apt-get -y install libsdl2-dev libpng-dev + - name: Install resource build dependencies + run: | + sudo apt-get -y install --no-install-recommends python3-pil + - name: Install lv_font_conv run: npm i -g lv_font_conv@1.5.2 - - name: Install lv_img_conv - run: | - npm i -g ts-node@10.9.1 -g - npm i -g @swc/core -g - npm i -g lv_img_conv@0.3.0 -g - ######################################################################################### # Checkout diff --git a/InfiniTime b/InfiniTime index 2b1eae7..e6b96c2 160000 --- a/InfiniTime +++ b/InfiniTime @@ -1 +1 @@ -Subproject commit 2b1eae7f597ea6c210b4c15a73ab5ba116fc5d2a +Subproject commit e6b96c286376454b0aeab3c1444f4d106d755b94