Skip to content

Commit 7a970c1

Browse files
ci: add missing xmllint package
1 parent fc10691 commit 7a970c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install extra dependencies for a python install
1818
run: |
1919
sudo apt-get update
20-
sudo apt -y install --no-install-recommends liblzma-dev libbz2-dev libreadline-dev
20+
sudo apt -y install --no-install-recommends liblzma-dev libbz2-dev libreadline-dev libxml2-utils
2121
2222
- name: Install asdf cli
2323
uses: asdf-vm/actions/setup@v4

0 commit comments

Comments
 (0)