Skip to content

Commit 910d900

Browse files
committed
Add missing system dependency
1 parent 41a24d4 commit 910d900

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/update-generated-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
with:
1818
ref: main
1919

20+
- run: |
21+
sudo apt-get update
22+
sudo apt-get install -y libdbus-1-dev
23+
2024
- run: git clone --depth=1 https://github.com/gitbutlerapp/gitbutler ../gitbutler
2125
- run: ./scripts/update-manpages.sh
2226

0 commit comments

Comments
 (0)