Skip to content

Commit 2361fb3

Browse files
committed
ci: Install xmllint
1 parent 86fb0e4 commit 2361fb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sudo apt install -y --no-install-recommends \
2121
curl git build-essential meson \
2222
libgtk-4-dev gettext libdbus-1-dev libssl-dev libudev-dev \
23-
desktop-file-utils
23+
libxml2-utils desktop-file-utils
2424
- name: Setup meson project
2525
run: meson setup build
2626
- name: Build

xyz-iinuwa-credential-manager-portal-gtk/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ glib_compile_resources = find_program('glib-compile-resources', required: true)
1616
glib_compile_schemas = find_program('glib-compile-schemas', required: true)
1717
# Usually provided by gettext package
1818
msgfmt = find_program('msgfmt', required: false)
19+
xmllint = find_program('xmllint', required: false)
1920

2021
desktop_file_validate = find_program('desktop-file-validate', required: false)
2122
appstreamcli = find_program('appstreamcli', required: false)

0 commit comments

Comments
 (0)