Skip to content

Commit 3734192

Browse files
committed
ci: missing dep
1 parent 21d36f2 commit 3734192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
- uses: actions/checkout@v4
23-
23+
2424
- name: Install deps
2525
run: |
2626
apt update
27-
apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils libxml2-utils
27+
apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils libxml2-utils libadwaita-1-dev
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)