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
main
NeroBurner 2023-10-26 23:20:58 +07:00 committed by GitHub
parent 02f2cc5a05
commit fc8077add8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

@ -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

@ -1 +1 @@
Subproject commit 2b1eae7f597ea6c210b4c15a73ab5ba116fc5d2a
Subproject commit e6b96c286376454b0aeab3c1444f4d106d755b94