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
This commit is contained in:
parent
02f2cc5a05
commit
fc8077add8
10
.github/workflows/lv_sim.yml
vendored
10
.github/workflows/lv_sim.yml
vendored
|
@ -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
|
Loading…
Reference in New Issue
Block a user