Skip to content

Commit

Permalink
Add dbus headers to build environments
Browse files Browse the repository at this point in the history
  • Loading branch information
MGibson1 committed Apr 17, 2024
1 parent 216844b commit 138ae7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Set up environment
run: |
sudo apt-get update
sudo apt-get -y install pkg-config libxss-dev libsecret-1-dev rpm musl-dev musl-tools
sudo apt-get -y install pkg-config libxss-dev libsecret-1-dev libdbus-1-dev rpm musl-dev musl-tools
- name: Set up Snap
run: sudo snap install snapcraft --classic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-desktop-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Set up environment
run: |
sudo apt-get update
sudo apt-get -y install pkg-config libxss-dev libsecret-1-dev rpm
sudo apt-get -y install pkg-config libxss-dev libsecret-1-de libdbus-1-dev rpm
- name: Set up Snap
run: sudo snap install snapcraft --classic
Expand Down

0 comments on commit 138ae7f

Please sign in to comment.