Skip to content

Commit 241be9c

Browse files
committed
ci: install xmllint in GHA
1 parent 9a5c24d commit 241be9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
matrix:
1313
python-version: ["3.11"]
1414
steps:
15+
- name: Install xmllint
16+
run: sudo apt -y install libxml2-utils
17+
1518
- name: Checkout Repository
1619
uses: actions/checkout@v4
1720

0 commit comments

Comments
 (0)