mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 10:28:28 +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
|
@ -191,6 +191,9 @@ jobs:
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
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:
|
||||||
|
|
Loading…
Reference in a new issue