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 0706f1e commit 01a73bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-dev libdbus-1-dev rpm
- name: Set up Snap
run: sudo snap install snapcraft --classic
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
- name: Rust version check
run: rustup --version

- name: Install gnome-keyring
- name: Install gnome-keyring and dbus
if: ${{ matrix.os=='ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install -y gnome-keyring dbus-x11
sudo apt-get install -y gnome-keyring dbus-x11 libdbus-1-dev
- name: Checkout repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 01a73bd

Please sign in to comment.