mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-28 12:35:40 +01:00
Add xmllint install step (#3006)
This commit is contained in:
parent
75be6504e1
commit
c6aaf5002f
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 New Issue
Block a user