We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e5f91 commit b63f9a1Copy full SHA for b63f9a1
2 files changed
.github/workflows/ci.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Checkout repository
24
uses: actions/checkout@v4
25
26
- - name: Install jing
27
- run: sudo apt-get update && sudo apt-get install -y jing
+ - name: Install tools
+ run: sudo apt-get update && sudo apt-get install -y jing libxml2-utils xsltproc
28
29
- name: Install the latest version of uv
30
id: setup-uv
changelog.d/+gha-install-tools.infra.rst
@@ -0,0 +1 @@
1
+GHA: Install xmllint/xsltproc tools
0 commit comments