Author: Reinhold Gschweicher <pyro4hell@gmail.com>
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.
.github/workflows/main.yml | 4 ++++
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc0f042df45bbd3597dfe1a8101a9941eb000bed..c24e23748f9e6cd7bc1fa89be77a301fe362eae5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,6 +31,10 @@ - name: Checkout source files 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