Skip to content

Commit

Permalink
ci: missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Jan 12, 2025
1 parent 21d36f2 commit 3734192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4

- name: Install deps
run: |
apt update
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
# TODO: Once this porting project is done, switch to stable
- run: rustup update --no-self-update nightly && rustup default nightly
Expand Down

0 comments on commit 3734192

Please sign in to comment.