Skip to content

Commit

Permalink
ci: install xmllint in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ogajduse committed Feb 25, 2024
1 parent 9a5c24d commit 241be9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
matrix:
python-version: ["3.11"]
steps:
- name: Install xmllint
run: sudo apt -y install libxml2-utils

- name: Checkout Repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 241be9c

Please sign in to comment.