We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d36f2 commit 3734192Copy full SHA for 3734192
.github/workflows/run-tests.yml
@@ -20,11 +20,11 @@ jobs:
20
# Steps represent a sequence of tasks that will be executed as part of the job
21
steps:
22
- uses: actions/checkout@v4
23
-
+
24
- name: Install deps
25
run: |
26
apt update
27
- apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils libxml2-utils
+ apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils libxml2-utils libadwaita-1-dev
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