Skip to content

Commit

Permalink
Merge pull request #12080 from alanmcanonical/ubuntu_workflow
Browse files Browse the repository at this point in the history
Install dependency "xmllint" package
  • Loading branch information
jan-cerny authored Jun 20, 2024
2 parents efdb37a + ae8a511 commit bb972b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatus-ubuntu2204.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Install Deps
run: sudo apt-get update && sudo apt-get install -y cmake ninja-build libopenscap8 python3-yaml python3-jinja2 git python3-deepdiff python3-requests jq python3-pip
run: sudo apt-get update && sudo apt-get install -y cmake ninja-build libopenscap8 python3-yaml python3-jinja2 git python3-deepdiff python3-requests jq python3-pip libxml2-utils
- name: Install deps python
run: pip3 install gitpython xmldiff
- name: Checkout
Expand Down

0 comments on commit bb972b3

Please sign in to comment.