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 b94f7d6 commit b1152f9Copy full SHA for b1152f9
.github/workflows/docs.yml
@@ -26,6 +26,8 @@ jobs:
26
- name: Install dependencies
27
run: |
28
pip install -r docs/requirements.txt
29
+ sudo apt-get update
30
+ sudo apt-get install -y libkrb5-dev libclang-dev
31
32
- name: Build the book
33
0 commit comments