fix: libxml dep in pipeline

This commit is contained in:
Leon
2025-10-11 17:45:51 +02:00
parent 8848d89286
commit 24a7c9a0e8

View File

@@ -23,6 +23,8 @@ jobs:
python-version: '3.12'
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt-dev
- name: Install dependencies
run: |
source ~/.cargo/env