Skip to content

Commit 5cf85d8

Browse files
committed
update doc workflow
1 parent b94f7d6 commit 5cf85d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
pip install -r docs/requirements.txt
29+
apt-get update
30+
apt-get install -y libkrb5-dev libclang-dev
31+
env:
32+
DEBIAN_FRONTEND: noninteractive
2933

3034
- name: Build the book
3135
run: |

0 commit comments

Comments
 (0)