Update apt-get so latest libxml2-utils is available

This commit is contained in:
Chris H
2025-09-21 19:07:55 -04:00
parent b50cdea5df
commit 8f7a77354a

View File

@@ -129,7 +129,9 @@ jobs:
makeLatest: true
- name: 🔧 Install XML tools
run: sudo apt-get install -y libxml2-utils
run: |
sudo apt-get update
sudo apt-get install -y libxml2-utils
- name: 🔼 Bump versionCode in root POM
id: bump_version