Skip to content

Commit f6374ad

Browse files
committed
fix dep name
1 parent 94f6b4e commit f6374ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install deps
2525
run: |
2626
apt update
27-
apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils xmllint
27+
apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils libxml2-utils
2828
2929
# TODO: Once this porting project is done, switch to stable
3030
- run: rustup update --no-self-update nightly && rustup default nightly

0 commit comments

Comments
 (0)