Skip to content

Commit

Permalink
Add xmllint dependency to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycpadilla committed May 24, 2024
1 parent 67a503b commit 19fd65d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Wait for Staging Repository to be Created
run: sleep 60

- name: Install xmllint
run: sudo apt-get install -y libxml2-utils

- name: Get Staging Repository ID
id: get_repo_id
env:
Expand Down

0 comments on commit 19fd65d

Please sign in to comment.