Skip to content

Commit

Permalink
CI: install build resource dependency python3-pil package
Browse files Browse the repository at this point in the history
Used by script `lv_img_conv.py`, should be provided by docker image, but
until then explicitly install in workflow.
  • Loading branch information
NeroBurner committed Oct 26, 2023
1 parent 77546c9 commit e6b96c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6b96c2

Please sign in to comment.