Skip to content

Commit

Permalink
Merge pull request #28 from serpent-os/fix-workflow
Browse files Browse the repository at this point in the history
.github: Add dbus-devel to fix workflow due to ddbus dep
  • Loading branch information
ikeycode authored Nov 20, 2023
2 parents 715242c + d5a5da7 commit 955f0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install deps
run: |
sudo apt-get install libcurl4-openssl-dev liblmdb-dev libxxhash-dev libzstd-dev libgit2-dev
sudo apt-get install libcurl4-openssl-dev liblmdb-dev libxxhash-dev libzstd-dev libgit2-dev libdbus-1-dev
- name: Build & Test
run: |
Expand Down

0 comments on commit 955f0f8

Please sign in to comment.