Skip to content

Commit b26ab49

Browse files
committed
feat: add install xmllint lib
1 parent d7fbadd commit b26ab49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
1717

18+
- name: Install xmllint
19+
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
20+
1821
- name: Extract version from pom.xml
1922
id: extract_version
2023
run: |

0 commit comments

Comments
 (0)