feat(workflow): fix update site data workflow dependency (#2306)

This commit is contained in:
Soxoj
2026-03-22 21:34:30 +01:00
committed by Soxoj
parent 6b8ad90172
commit a2982da0f3
+5 -1
View File
@@ -13,7 +13,11 @@ jobs:
with: with:
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. 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: | run: |
pip3 install . pip3 install .
python3 ./utils/update_site_data.py --empty-only python3 ./utils/update_site_data.py --empty-only