We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f6b4e commit f6374adCopy full SHA for f6374ad
.github/workflows/run-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install deps
25
run: |
26
apt update
27
- apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils xmllint
+ apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils libxml2-utils
28
29
# TODO: Once this porting project is done, switch to stable
30
- run: rustup update --no-self-update nightly && rustup default nightly
0 commit comments