1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-27 03:52:57 +02:00

Add xmllint install step (#3006)

This commit is contained in:
Vince Grassia 2024-02-12 14:37:52 -05:00 committed by GitHub
parent 75be6504e1
commit c6aaf5002f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,6 +192,9 @@ jobs:
with:
ref: main
- name: Install xmllint
run: sudo apt install -y libxml2-utils
- name: Verify version has been updated
env:
NEW_VERSION: ${{ inputs.version_number }}