Skip to content

Commit

Permalink
Fix build with libxml2-utils downloads (#714)
Browse files Browse the repository at this point in the history
* Fix build with libxml2-utils downloads

---------

Co-authored-by: arugm <[email protected]>
  • Loading branch information
MadhuriArugula and arugm authored Mar 5, 2024
1 parent e164935 commit 019f664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
sh helmlint.sh
- name: Install xml lint
run: |
sudo apt -y install libxml2-utils
run: |
sudo apt-get update && sudo apt -y install libxml2-utils
- name: run xml lint for deploy and installer xml files
run: |
Expand Down

0 comments on commit 019f664

Please sign in to comment.