Skip to content

Commit b63f9a1

Browse files
committed
GHA: Install libxml2-utils and xsltproc
1 parent f0e5f91 commit b63f9a1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
2525

26-
- name: Install jing
27-
run: sudo apt-get update && sudo apt-get install -y jing
26+
- name: Install tools
27+
run: sudo apt-get update && sudo apt-get install -y jing libxml2-utils xsltproc
2828

2929
- name: Install the latest version of uv
3030
id: setup-uv
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GHA: Install xmllint/xsltproc tools

0 commit comments

Comments
 (0)