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 9ac8094 commit 7ca9954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install xmllint
run: sudo apt-get install -y libxml2-utils

- name: Generate code coverage
run: |
Expand Down

0 comments on commit 7ca9954

Please sign in to comment.