Skip to content

Commit fc8077a

Browse files
authored
CI: install python3-pil for lv_img_conv.py (InfiniTimeOrg#126)
Install new build dependency introduced with move to minimum python implementation of `lv_img_conv` node js script InfiniTimeOrg/InfiniTime#1863
1 parent 02f2cc5 commit fc8077a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/lv_sim.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,14 @@ jobs:
3434
sudo apt-get update
3535
sudo apt-get -y install libsdl2-dev libpng-dev
3636
37+
- name: Install resource build dependencies
38+
run: |
39+
sudo apt-get -y install --no-install-recommends python3-pil
40+
3741
- name: Install lv_font_conv
3842
run:
3943
npm i -g lv_font_conv@1.5.2
4044

41-
- name: Install lv_img_conv
42-
run: |
43-
npm i -g ts-node@10.9.1 -g
44-
npm i -g @swc/core -g
45-
npm i -g lv_img_conv@0.3.0 -g
46-
4745
#########################################################################################
4846
# Checkout
4947

0 commit comments

Comments
 (0)