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.
This commit is contained in:
parent
77546c9fe2
commit
e6b96c2863
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user