Skip to content

Commit

Permalink
ci: fix missing dbus build dependency caused by systemd vendor lock-in
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamAnimate committed Jan 24, 2025
1 parent 6f92fb0 commit 48d86d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Install Linux dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt install libasound2-dev
run: sudo apt install libasound2-dev libdbus-1-dev

- name: Download git submodules
run: git submodule update --remote --init --recursive
Expand Down

0 comments on commit 48d86d1

Please sign in to comment.