Skip to content

Commit

Permalink
fix: xmllint
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored May 31, 2024
1 parent 5238bfe commit a540e79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
distribution: 'adopt'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file


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

- name: Extract version from pom.xml
id: extract_version
run: |
Expand Down

0 comments on commit a540e79

Please sign in to comment.