-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: install python3-pil for lv_img_conv.py
Install new build dependency introduced with move to minimum python implementation of `lv_img_conv` node js script InfiniTimeOrg/InfiniTime#1863
- Loading branch information
1 parent
02f2cc5
commit e6efcd5
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
Submodule InfiniTime
updated
27 files