mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-02 13:18:27 +00:00
fix: libxml dep in pipeline
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user