CI: install build resource dependency python3-pil package

Used by script `lv_img_conv.py`, should be provided by docker image, but
until then explicitly install in workflow.
main
Reinhold Gschweicher 2023-09-21 23:10:38 +07:00 committed by NeroBurner
parent 77546c9fe2
commit e6b96c2863
1 changed files with 4 additions and 0 deletions

@ -31,6 +31,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install resource build dependencies
run: |
apt-get update
apt-get -y install --no-install-recommends python3-pil
- name: Build
shell: bash
run: /opt/build.sh all