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 e6efcd5
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: |
sudo apt-get -y install --no-install-recommends python3-pil
- name: Install lv_font_conv
run:
npm i -g [email protected]

- name: Install lv_img_conv
run: |
npm i -g [email protected] -g
npm i -g @swc/core -g
npm i -g [email protected] -g
#########################################################################################
# Checkout

Expand Down

0 comments on commit e6efcd5

Please sign in to comment.