mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
Add xmllint install step (#3006)
This commit is contained in:
parent
75be6504e1
commit
c6aaf5002f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/version-bump.yml
vendored
3
.github/workflows/version-bump.yml
vendored
|
@ -192,6 +192,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
|
|
||||||
|
- name: Install xmllint
|
||||||
|
run: sudo apt install -y libxml2-utils
|
||||||
|
|
||||||
- name: Verify version has been updated
|
- name: Verify version has been updated
|
||||||
env:
|
env:
|
||||||
NEW_VERSION: ${{ inputs.version_number }}
|
NEW_VERSION: ${{ inputs.version_number }}
|
||||||
|
|
Loading…
Reference in a new issue