Skip to content

Commit

Permalink
Install libxml2-utils in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ypo committed Nov 12, 2023
1 parent 165ba3f commit 3bb9771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install xmllint
run: apt-get install -y libxml2-utils
run: |
apt-get update
apt-get install -y libxml2-utils
- name: Generate code coverage
run: |
Expand Down

0 comments on commit 3bb9771

Please sign in to comment.