Skip to content

Commit

Permalink
Fix apt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Mar 17, 2022
1 parent 31323eb commit 54b6862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
~/.m2/repository
**/target
- name: Install XML utils
run: sudo apt install libxml2-utils
run: sudo apt update && sudo apt install libxml2-utils
- name: Extract project version
run: echo "PROJECT_VERSION=$(xmllint --xpath '/*[local-name()="project"]/*[local-name()="version"]/text()' pom.xml)" >> $GITHUB_ENV
# Publish snapshot
Expand Down

0 comments on commit 54b6862

Please sign in to comment.