Skip to content

Commit

Permalink
Add accountsservice dep to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored and danirabbit committed Dec 9, 2023
1 parent 327f4f3 commit 34bd7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Dependencies
run: |
apt update
apt install -y libgranite-7-dev libgtk-4-dev libpolkit-agent-1-dev libpolkit-gobject-1-dev meson valac
apt install -y libaccountsservice-dev libgranite-7-dev libgtk-4-dev libpolkit-agent-1-dev libpolkit-gobject-1-dev meson valac
- name: Build
env:
DESTDIR: out
Expand Down

0 comments on commit 34bd7b3

Please sign in to comment.