From a2982da0f33c5a2ac388be69bc83d2c65e38238f Mon Sep 17 00:00:00 2001 From: Soxoj <31013580+soxoj@users.noreply.github.com> Date: Sun, 22 Mar 2026 21:34:30 +0100 Subject: [PATCH] feat(workflow): fix update site data workflow dependency (#2306) --- .github/workflows/update-site-data.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-site-data.yml b/.github/workflows/update-site-data.yml index f281797..9c0c9c8 100644 --- a/.github/workflows/update-site-data.yml +++ b/.github/workflows/update-site-data.yml @@ -13,7 +13,11 @@ jobs: with: fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - - name: build application + - name: Install system dependencies + run: | + sudo apt-get update && sudo apt-get install -y libcairo2-dev + + - name: Build application run: | pip3 install . python3 ./utils/update_site_data.py --empty-only