Skip to content

Commit

Permalink
CI: install python3-pil for lv_img_conv.py
Browse files Browse the repository at this point in the history
Install new build dependency introduced with move to minimum python
implementation of `lv_img_conv` node js script
InfiniTimeOrg/InfiniTime#1863
  • Loading branch information
NeroBurner committed Oct 26, 2023
1 parent 02f2cc5 commit fad7eda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/lv_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,14 @@ jobs:
sudo apt-get update
sudo apt-get -y install libsdl2-dev libpng-dev
- name: Install resource build dependencies
run: |
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

Expand Down

0 comments on commit fad7eda

Please sign in to comment.