We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a24d4 commit 910d900Copy full SHA for 910d900
1 file changed
.github/workflows/update-generated-docs.yml
@@ -17,6 +17,10 @@ jobs:
17
with:
18
ref: main
19
20
+ - run: |
21
+ sudo apt-get update
22
+ sudo apt-get install -y libdbus-1-dev
23
+
24
- run: git clone --depth=1 https://github.com/gitbutlerapp/gitbutler ../gitbutler
25
- run: ./scripts/update-manpages.sh
26
0 commit comments