mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-24 11:55:38 +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
@ -191,6 +191,9 @@ jobs:
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
ref: main
|
||||
|
||||
- name: Install xmllint
|
||||
run: sudo apt install -y libxml2-utils
|
||||
|
||||
- name: Verify version has been updated
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user