Skip to content

Commit ac16794

Browse files
committed
Add libs to build lxml
1 parent 9dd5193 commit ac16794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Setup Cairo
1818
run: |
19-
brew install cairo pkg-config
19+
brew install cairo pkg-config libxml2 libxslt
2020
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@v6

.github/workflows/ci-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Cairo
1414
run: |
1515
sudo apt-get update && \
16-
sudo apt-get install -y libcairo2-dev libffi-dev pkg-config
16+
sudo apt-get install -y libcairo2-dev libffi-dev pkg-config libxml2-dev libxslt1-dev
1717
1818
- name: Install uv
1919
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)