aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index fc0f042d..c24e2374 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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