Skip to content

Commit b1152f9

Browse files
committed
update doc workflow
1 parent b94f7d6 commit b1152f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
pip install -r docs/requirements.txt
29+
sudo apt-get update
30+
sudo apt-get install -y libkrb5-dev libclang-dev
2931
3032
- name: Build the book
3133
run: |

0 commit comments

Comments
 (0)